Shades of Iris Blue #05AADF
Tints of Iris Blue #05AADF
RGB
CMYK
RGB Variations
Color information
#05AADF (or 0x05AADF) is known color: Iris Blue. HEX triplet: 05, AA and DF. RGB value is (5,170,223). Sum of RGB (Red+Green+Blue) = 5+170+223=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #05AADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AADF is #FA5520. Grayscale: #7E7E7E. Windows color (decimal): -16405793 or 14658053. OLE color: 14658053.
HSL color Cylindrical-coordinate representation of color #05AADF: hue angle of 194.59º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AADF is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 170 | 223 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.13 |
| HSL | 194.59º | 0.96% | 0.45% | - |
| HSV(B) | 194.59º | 0.98% | 0.87% | - |
| XYZ | 27.76 | 34.11 | 74.93 | - |
| YUV | 126.71 | 182.34 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 223 | 0.98 | 0.24 | 0 | 0.13 | 194.59 | 0.96 | 0.45 |
| Hex | 5 | AA | DF | 62 | 18 | 0 | D | C3 | 60 | 2D |
| Octal | 5 | 252 | 337 | 142 | 30 | 0 | 15 | 303 | 140 | 55 |
| Binary | 101 | 10101010 | 11011111 | 1100010 | 11000 | 0 | 1101 | 11000011 | 1100000 | 101101 |
Color Harmonies of #05AADF
Complementary color
Monochromatic Colors of #05AADF
Black with #05AADF
Text Example
Text Example
White with #05AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AADF; }
p { color: rgb(5,170,223); }
H1.HeaderClassName
{
color: #05AADF;
}
.AnyTagClassName
{
color: #05AADF;
}
</style>
background-color css
<style>
a { background-color: #05AADF; }
a { background-color: rgb(5,170,223); }
div.DivClassName
{
background-color: #05AADF;
}
.BgClassName
{
background-color: #05AADF;
}
</style>
border-color css
<style>
span { border-color: #05AADF; }
span { border-color: rgb(5,170,223); }
td.TdClassName
{
border-color: #05AADF;
}
.TagClassName
{
border-color: #05AADF;
}
</style>