Shades of Iris Blue #06AADC
Tints of Iris Blue #06AADC
RGB
CMYK
RGB Variations
Color information
#06AADC (or 0x06AADC) is known color: Iris Blue. HEX triplet: 06, AA and DC. RGB value is (6,170,220). Sum of RGB (Red+Green+Blue) = 6+170+220=396 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #06AADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AADC is #F95523. Grayscale: #7E7E7E. Windows color (decimal): -16340260 or 14461446. OLE color: 14461446.
HSL color Cylindrical-coordinate representation of color #06AADC: hue angle of 194.02º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AADC is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 170 | 220 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.14 |
| HSL | 194.02º | 0.95% | 0.44% | - |
| HSV(B) | 194.02º | 0.97% | 0.86% | - |
| XYZ | 27.37 | 33.96 | 72.82 | - |
| YUV | 126.66 | 180.67 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 170 | 220 | 0.97 | 0.23 | 0 | 0.14 | 194.02 | 0.95 | 0.44 |
| Hex | 6 | AA | DC | 61 | 17 | 0 | E | C2 | 5F | 2C |
| Octal | 6 | 252 | 334 | 141 | 27 | 0 | 16 | 302 | 137 | 54 |
| Binary | 110 | 10101010 | 11011100 | 1100001 | 10111 | 0 | 1110 | 11000010 | 1011111 | 101100 |
Color Harmonies of #06AADC
Complementary color
Monochromatic Colors of #06AADC
Black with #06AADC
Text Example
Text Example
White with #06AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AADC; }
p { color: rgb(6,170,220); }
H1.HeaderClassName
{
color: #06AADC;
}
.AnyTagClassName
{
color: #06AADC;
}
</style>
background-color css
<style>
a { background-color: #06AADC; }
a { background-color: rgb(6,170,220); }
div.DivClassName
{
background-color: #06AADC;
}
.BgClassName
{
background-color: #06AADC;
}
</style>
border-color css
<style>
span { border-color: #06AADC; }
span { border-color: rgb(6,170,220); }
td.TdClassName
{
border-color: #06AADC;
}
.TagClassName
{
border-color: #06AADC;
}
</style>