#07BAD4

Color #07BAD4 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #07BAD4

Tints of Iris Blue #07BAD4

Color information

#07BAD4 (or 0x07BAD4) is unknown color: approx Iris Blue. HEX triplet: 07, BA and D4. RGB value is (7,186,212). Sum of RGB (Red+Green+Blue) = 7+186+212=405 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 212 (83.20% from 255 or 52.35% from 405); Max value from RGB is 212 - color contains mainly: blue. Hex color #07BAD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BAD4 is #F8452B. Grayscale: #878787. Windows color (decimal): -16270636 or 13941255. OLE color: 13941255.

HSL color Cylindrical-coordinate representation of color #07BAD4: hue angle of 187.61º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BAD4 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7186212-
CMYK0.970.1200.17
HSL187.61º93.61%42.94%-
HSV(B)187.61º96.7%83.14%-
XYZ29.5339.9268.44-
YUV135.44171.236.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 1.73%
GREEN value IS 186 (73.05% from 255) = 45.93%
BLUE value IS 212 (83.20% from 255) = 52.35%
R=1.73%
G=45.93%
B=52.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal71862120.970.1200.17187.6193.6142.94
Hex7BAD461C011bc5e2b
Octal72723241411402127413653
Binary111101110101101010011000011100010001101111001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07BAD4; }

 p { color: rgb(7,186,212); }

 H1.HeaderClassName
 {
   color: #07BAD4;
 }
 .AnyTagClassName
 {
   color: #07BAD4;
 }
</style>
background-color css

<style>
 a { background-color: #07BAD4; }

 a { background-color: rgb(7,186,212); }

 div.DivClassName
 {
   background-color: #07BAD4;
 }
 .BgClassName
 {
   background-color: #07BAD4;
 }
</style>
border-color css

<style>
 span { border-color: #07BAD4; }

 span { border-color: rgb(7,186,212); }

 td.TdClassName
 {
   border-color: #07BAD4;
 }
 .TagClassName
 {
   border-color: #07BAD4;
 }
</style>