Shades of Iris Blue #08B2CF
Tints of Iris Blue #08B2CF
RGB
CMYK
RGB Variations
Color information
#08B2CF (or 0x08B2CF) is known color: Iris Blue. HEX triplet: 08, B2 and CF. RGB value is (8,178,207). Sum of RGB (Red+Green+Blue) = 8+178+207=393 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.04% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #08B2CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08B2CF is #F74D30. Grayscale: #828282. Windows color (decimal): -16207153 or 13611528. OLE color: 13611528.
HSL color Cylindrical-coordinate representation of color #08B2CF: hue angle of 188.74º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B2CF is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 178 | 207 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.19 |
| HSL | 188.74º | 0.93% | 0.42% | - |
| HSV(B) | 188.74º | 0.96% | 0.81% | - |
| XYZ | 27.28 | 36.4 | 64.62 | - |
| YUV | 130.48 | 171.18 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 178 | 207 | 0.96 | 0.14 | 0 | 0.19 | 188.74 | 0.93 | 0.42 |
| Hex | 8 | B2 | CF | 60 | E | 0 | 13 | BD | 5D | 2A |
| Octal | 10 | 262 | 317 | 140 | 16 | 0 | 23 | 275 | 135 | 52 |
| Binary | 1000 | 10110010 | 11001111 | 1100000 | 1110 | 0 | 10011 | 10111101 | 1011101 | 101010 |
Color Harmonies of #08B2CF
Complementary color
Monochromatic Colors of #08B2CF
Black with #08B2CF
Text Example
Text Example
White with #08B2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B2CF; }
p { color: rgb(8,178,207); }
H1.HeaderClassName
{
color: #08B2CF;
}
.AnyTagClassName
{
color: #08B2CF;
}
</style>
background-color css
<style>
a { background-color: #08B2CF; }
a { background-color: rgb(8,178,207); }
div.DivClassName
{
background-color: #08B2CF;
}
.BgClassName
{
background-color: #08B2CF;
}
</style>
border-color css
<style>
span { border-color: #08B2CF; }
span { border-color: rgb(8,178,207); }
td.TdClassName
{
border-color: #08B2CF;
}
.TagClassName
{
border-color: #08B2CF;
}
</style>