Shades of Iris Blue #08AADD
Tints of Iris Blue #08AADD
RGB
CMYK
RGB Variations
Color information
#08AADD (or 0x08AADD) is known color: Iris Blue. HEX triplet: 08, AA and DD. RGB value is (8,170,221). Sum of RGB (Red+Green+Blue) = 8+170+221=399 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #08AADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AADD is #F75522. Grayscale: #7F7F7F. Windows color (decimal): -16209187 or 14526984. OLE color: 14526984.
HSL color Cylindrical-coordinate representation of color #08AADD: hue angle of 194.37º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08AADD is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 170 | 221 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.13 |
| HSL | 194.37º | 0.93% | 0.45% | - |
| HSV(B) | 194.37º | 0.96% | 0.87% | - |
| XYZ | 27.53 | 34.02 | 73.52 | - |
| YUV | 127.38 | 180.83 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 170 | 221 | 0.96 | 0.23 | 0 | 0.13 | 194.37 | 0.93 | 0.45 |
| Hex | 8 | AA | DD | 60 | 17 | 0 | D | C2 | 5D | 2D |
| Octal | 10 | 252 | 335 | 140 | 27 | 0 | 15 | 302 | 135 | 55 |
| Binary | 1000 | 10101010 | 11011101 | 1100000 | 10111 | 0 | 1101 | 11000010 | 1011101 | 101101 |
Color Harmonies of #08AADD
Complementary color
Monochromatic Colors of #08AADD
Black with #08AADD
Text Example
Text Example
White with #08AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AADD; }
p { color: rgb(8,170,221); }
H1.HeaderClassName
{
color: #08AADD;
}
.AnyTagClassName
{
color: #08AADD;
}
</style>
background-color css
<style>
a { background-color: #08AADD; }
a { background-color: rgb(8,170,221); }
div.DivClassName
{
background-color: #08AADD;
}
.BgClassName
{
background-color: #08AADD;
}
</style>
border-color css
<style>
span { border-color: #08AADD; }
span { border-color: rgb(8,170,221); }
td.TdClassName
{
border-color: #08AADD;
}
.TagClassName
{
border-color: #08AADD;
}
</style>