Shades of Iris Blue #08A9DB
Tints of Iris Blue #08A9DB
RGB
CMYK
RGB Variations
Color information
#08A9DB (or 0x08A9DB) is known color: Iris Blue. HEX triplet: 08, A9 and DB. RGB value is (8,169,219). Sum of RGB (Red+Green+Blue) = 8+169+219=396 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #08A9DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08A9DB is #F75624. Grayscale: #7E7E7E. Windows color (decimal): -16209445 or 14395656. OLE color: 14395656.
HSL color Cylindrical-coordinate representation of color #08A9DB: hue angle of 194.22º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08A9DB is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 169 | 219 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.14 |
| HSL | 194.22º | 0.93% | 0.45% | - |
| HSV(B) | 194.22º | 0.96% | 0.86% | - |
| XYZ | 27.07 | 33.54 | 72.07 | - |
| YUV | 126.56 | 180.16 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 169 | 219 | 0.96 | 0.23 | 0 | 0.14 | 194.22 | 0.93 | 0.45 |
| Hex | 8 | A9 | DB | 60 | 17 | 0 | E | C2 | 5D | 2D |
| Octal | 10 | 251 | 333 | 140 | 27 | 0 | 16 | 302 | 135 | 55 |
| Binary | 1000 | 10101001 | 11011011 | 1100000 | 10111 | 0 | 1110 | 11000010 | 1011101 | 101101 |
Color Harmonies of #08A9DB
Complementary color
Monochromatic Colors of #08A9DB
Black with #08A9DB
Text Example
Text Example
White with #08A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A9DB; }
p { color: rgb(8,169,219); }
H1.HeaderClassName
{
color: #08A9DB;
}
.AnyTagClassName
{
color: #08A9DB;
}
</style>
background-color css
<style>
a { background-color: #08A9DB; }
a { background-color: rgb(8,169,219); }
div.DivClassName
{
background-color: #08A9DB;
}
.BgClassName
{
background-color: #08A9DB;
}
</style>
border-color css
<style>
span { border-color: #08A9DB; }
span { border-color: rgb(8,169,219); }
td.TdClassName
{
border-color: #08A9DB;
}
.TagClassName
{
border-color: #08A9DB;
}
</style>