Shades of Iris Blue #08AFC0
Tints of Iris Blue #08AFC0
RGB
CMYK
RGB Variations
Color information
#08AFC0 (or 0x08AFC0) is known color: Iris Blue. HEX triplet: 08, AF and C0. RGB value is (8,175,192). Sum of RGB (Red+Green+Blue) = 8+175+192=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #08AFC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AFC0 is #F7503F. Grayscale: #7E7E7E. Windows color (decimal): -16207936 or 12627720. OLE color: 12627720.
HSL color Cylindrical-coordinate representation of color #08AFC0: hue angle of 185.54º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08AFC0 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 175 | 192 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.25 |
| HSL | 185.54º | 0.92% | 0.39% | - |
| HSV(B) | 185.54º | 0.96% | 0.75% | - |
| XYZ | 24.94 | 34.52 | 55.22 | - |
| YUV | 127.01 | 164.67 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 175 | 192 | 0.96 | 0.09 | 0 | 0.25 | 185.54 | 0.92 | 0.39 |
| Hex | 8 | AF | C0 | 60 | 9 | 0 | 19 | BA | 5C | 27 |
| Octal | 10 | 257 | 300 | 140 | 11 | 0 | 31 | 272 | 134 | 47 |
| Binary | 1000 | 10101111 | 11000000 | 1100000 | 1001 | 0 | 11001 | 10111010 | 1011100 | 100111 |
Color Harmonies of #08AFC0
Complementary color
Monochromatic Colors of #08AFC0
Black with #08AFC0
Text Example
Text Example
White with #08AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AFC0; }
p { color: rgb(8,175,192); }
H1.HeaderClassName
{
color: #08AFC0;
}
.AnyTagClassName
{
color: #08AFC0;
}
</style>
background-color css
<style>
a { background-color: #08AFC0; }
a { background-color: rgb(8,175,192); }
div.DivClassName
{
background-color: #08AFC0;
}
.BgClassName
{
background-color: #08AFC0;
}
</style>
border-color css
<style>
span { border-color: #08AFC0; }
span { border-color: rgb(8,175,192); }
td.TdClassName
{
border-color: #08AFC0;
}
.TagClassName
{
border-color: #08AFC0;
}
</style>