Shades of Iris Blue #05AAD2
Tints of Iris Blue #05AAD2
RGB
CMYK
RGB Variations
Color information
#05AAD2 (or 0x05AAD2) is known color: Iris Blue. HEX triplet: 05, AA and D2. RGB value is (5,170,210). Sum of RGB (Red+Green+Blue) = 5+170+210=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 210 (82.42% from 255 or 54.55% from 385); Max value from RGB is 210 - color contains mainly: blue. Hex color #05AAD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AAD2 is #FA552D. Grayscale: #7C7C7C. Windows color (decimal): -16405806 or 13806085. OLE color: 13806085.
HSL color Cylindrical-coordinate representation of color #05AAD2: hue angle of 191.71º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AAD2 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 170 | 210 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.18 |
| HSL | 191.71º | 0.95% | 0.42% | - |
| HSV(B) | 191.71º | 0.98% | 0.82% | - |
| XYZ | 26.07 | 33.43 | 66.05 | - |
| YUV | 125.23 | 175.84 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 210 | 0.98 | 0.19 | 0 | 0.18 | 191.71 | 0.95 | 0.42 |
| Hex | 5 | AA | D2 | 62 | 13 | 0 | 12 | C0 | 5F | 2A |
| Octal | 5 | 252 | 322 | 142 | 23 | 0 | 22 | 300 | 137 | 52 |
| Binary | 101 | 10101010 | 11010010 | 1100010 | 10011 | 0 | 10010 | 11000000 | 1011111 | 101010 |
Color Harmonies of #05AAD2
Complementary color
Monochromatic Colors of #05AAD2
Black with #05AAD2
Text Example
Text Example
White with #05AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AAD2; }
p { color: rgb(5,170,210); }
H1.HeaderClassName
{
color: #05AAD2;
}
.AnyTagClassName
{
color: #05AAD2;
}
</style>
background-color css
<style>
a { background-color: #05AAD2; }
a { background-color: rgb(5,170,210); }
div.DivClassName
{
background-color: #05AAD2;
}
.BgClassName
{
background-color: #05AAD2;
}
</style>
border-color css
<style>
span { border-color: #05AAD2; }
span { border-color: rgb(5,170,210); }
td.TdClassName
{
border-color: #05AAD2;
}
.TagClassName
{
border-color: #05AAD2;
}
</style>