Shades of Iris Blue #08AFBC
Tints of Iris Blue #08AFBC
RGB
CMYK
RGB Variations
Color information
#08AFBC (or 0x08AFBC) is known color: Iris Blue. HEX triplet: 08, AF and BC. RGB value is (8,175,188). Sum of RGB (Red+Green+Blue) = 8+175+188=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #08AFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AFBC is #F75043. Grayscale: #7E7E7E. Windows color (decimal): -16207940 or 12365576. OLE color: 12365576.
HSL color Cylindrical-coordinate representation of color #08AFBC: hue angle of 184.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08AFBC is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 175 | 188 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.26 |
| HSL | 184.33º | 0.92% | 0.38% | - |
| HSV(B) | 184.33º | 0.96% | 0.74% | - |
| XYZ | 24.51 | 34.34 | 52.91 | - |
| YUV | 126.55 | 162.67 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 175 | 188 | 0.96 | 0.07 | 0 | 0.26 | 184.33 | 0.92 | 0.38 |
| Hex | 8 | AF | BC | 60 | 7 | 0 | 1A | B8 | 5C | 26 |
| Octal | 10 | 257 | 274 | 140 | 7 | 0 | 32 | 270 | 134 | 46 |
| Binary | 1000 | 10101111 | 10111100 | 1100000 | 111 | 0 | 11010 | 10111000 | 1011100 | 100110 |
Color Harmonies of #08AFBC
Complementary color
Monochromatic Colors of #08AFBC
Black with #08AFBC
Text Example
Text Example
White with #08AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AFBC; }
p { color: rgb(8,175,188); }
H1.HeaderClassName
{
color: #08AFBC;
}
.AnyTagClassName
{
color: #08AFBC;
}
</style>
background-color css
<style>
a { background-color: #08AFBC; }
a { background-color: rgb(8,175,188); }
div.DivClassName
{
background-color: #08AFBC;
}
.BgClassName
{
background-color: #08AFBC;
}
</style>
border-color css
<style>
span { border-color: #08AFBC; }
span { border-color: rgb(8,175,188); }
td.TdClassName
{
border-color: #08AFBC;
}
.TagClassName
{
border-color: #08AFBC;
}
</style>