Shades of Iris Blue #08ABCD
Tints of Iris Blue #08ABCD
RGB
CMYK
RGB Variations
Color information
#08ABCD (or 0x08ABCD) is known color: Iris Blue. HEX triplet: 08, AB and CD. RGB value is (8,171,205). Sum of RGB (Red+Green+Blue) = 8+171+205=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #08ABCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ABCD is #F75432. Grayscale: #7D7D7D. Windows color (decimal): -16208947 or 13478664. OLE color: 13478664.
HSL color Cylindrical-coordinate representation of color #08ABCD: hue angle of 190.36º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08ABCD is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 171 | 205 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.20 |
| HSL | 190.36º | 0.92% | 0.42% | - |
| HSV(B) | 190.36º | 0.96% | 0.8% | - |
| XYZ | 25.68 | 33.59 | 62.89 | - |
| YUV | 126.14 | 172.5 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 171 | 205 | 0.96 | 0.17 | 0 | 0.20 | 190.36 | 0.92 | 0.42 |
| Hex | 8 | AB | CD | 60 | 11 | 0 | 14 | BE | 5C | 2A |
| Octal | 10 | 253 | 315 | 140 | 21 | 0 | 24 | 276 | 134 | 52 |
| Binary | 1000 | 10101011 | 11001101 | 1100000 | 10001 | 0 | 10100 | 10111110 | 1011100 | 101010 |
Color Harmonies of #08ABCD
Complementary color
Monochromatic Colors of #08ABCD
Black with #08ABCD
Text Example
Text Example
White with #08ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ABCD; }
p { color: rgb(8,171,205); }
H1.HeaderClassName
{
color: #08ABCD;
}
.AnyTagClassName
{
color: #08ABCD;
}
</style>
background-color css
<style>
a { background-color: #08ABCD; }
a { background-color: rgb(8,171,205); }
div.DivClassName
{
background-color: #08ABCD;
}
.BgClassName
{
background-color: #08ABCD;
}
</style>
border-color css
<style>
span { border-color: #08ABCD; }
span { border-color: rgb(8,171,205); }
td.TdClassName
{
border-color: #08ABCD;
}
.TagClassName
{
border-color: #08ABCD;
}
</style>