Shades of Iris Blue #08C0CF
Tints of Iris Blue #08C0CF
RGB
CMYK
RGB Variations
Color information
#08C0CF (or 0x08C0CF) is known color: Iris Blue. HEX triplet: 08, C0 and CF. RGB value is (8,192,207). Sum of RGB (Red+Green+Blue) = 8+192+207=407 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.97% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #08C0CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C0CF is #F73F30. Grayscale: #8A8A8A. Windows color (decimal): -16203569 or 13615112. OLE color: 13615112.
HSL color Cylindrical-coordinate representation of color #08C0CF: hue angle of 184.52º 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 #08C0CF is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 192 | 207 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.19 |
| HSL | 184.52º | 0.93% | 0.42% | - |
| HSV(B) | 184.52º | 0.96% | 0.81% | - |
| XYZ | 30.21 | 42.26 | 65.6 | - |
| YUV | 138.69 | 166.54 | 34.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 207 | 0.96 | 0.07 | 0 | 0.19 | 184.52 | 0.93 | 0.42 |
| Hex | 8 | C0 | CF | 60 | 7 | 0 | 13 | B9 | 5D | 2A |
| Octal | 10 | 300 | 317 | 140 | 7 | 0 | 23 | 271 | 135 | 52 |
| Binary | 1000 | 11000000 | 11001111 | 1100000 | 111 | 0 | 10011 | 10111001 | 1011101 | 101010 |
Color Harmonies of #08C0CF
Complementary color
Monochromatic Colors of #08C0CF
Black with #08C0CF
Text Example
Text Example
White with #08C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C0CF; }
p { color: rgb(8,192,207); }
H1.HeaderClassName
{
color: #08C0CF;
}
.AnyTagClassName
{
color: #08C0CF;
}
</style>
background-color css
<style>
a { background-color: #08C0CF; }
a { background-color: rgb(8,192,207); }
div.DivClassName
{
background-color: #08C0CF;
}
.BgClassName
{
background-color: #08C0CF;
}
</style>
border-color css
<style>
span { border-color: #08C0CF; }
span { border-color: rgb(8,192,207); }
td.TdClassName
{
border-color: #08C0CF;
}
.TagClassName
{
border-color: #08C0CF;
}
</style>