Shades of Iris Blue #06AADF
Tints of Iris Blue #06AADF
RGB
CMYK
RGB Variations
Color information
#06AADF (or 0x06AADF) is known color: Iris Blue. HEX triplet: 06, AA and DF. RGB value is (6,170,223). Sum of RGB (Red+Green+Blue) = 6+170+223=399 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #06AADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AADF is #F95520. Grayscale: #7E7E7E. Windows color (decimal): -16340257 or 14658054. OLE color: 14658054.
HSL color Cylindrical-coordinate representation of color #06AADF: hue angle of 194.65º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AADF is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 170 | 223 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.13 |
| HSL | 194.65º | 0.95% | 0.45% | - |
| HSV(B) | 194.65º | 0.97% | 0.87% | - |
| XYZ | 27.77 | 34.12 | 74.93 | - |
| YUV | 127.01 | 182.17 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 170 | 223 | 0.97 | 0.24 | 0 | 0.13 | 194.65 | 0.95 | 0.45 |
| Hex | 6 | AA | DF | 61 | 18 | 0 | D | C3 | 5F | 2D |
| Octal | 6 | 252 | 337 | 141 | 30 | 0 | 15 | 303 | 137 | 55 |
| Binary | 110 | 10101010 | 11011111 | 1100001 | 11000 | 0 | 1101 | 11000011 | 1011111 | 101101 |
Color Harmonies of #06AADF
Complementary color
Monochromatic Colors of #06AADF
Black with #06AADF
Text Example
Text Example
White with #06AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AADF; }
p { color: rgb(6,170,223); }
H1.HeaderClassName
{
color: #06AADF;
}
.AnyTagClassName
{
color: #06AADF;
}
</style>
background-color css
<style>
a { background-color: #06AADF; }
a { background-color: rgb(6,170,223); }
div.DivClassName
{
background-color: #06AADF;
}
.BgClassName
{
background-color: #06AADF;
}
</style>
border-color css
<style>
span { border-color: #06AADF; }
span { border-color: rgb(6,170,223); }
td.TdClassName
{
border-color: #06AADF;
}
.TagClassName
{
border-color: #06AADF;
}
</style>