Shades of Iris Blue #05ADD9
Tints of Iris Blue #05ADD9
RGB
CMYK
RGB Variations
Color information
#05ADD9 (or 0x05ADD9) is known color: Iris Blue. HEX triplet: 05, AD and D9. RGB value is (5,173,217). Sum of RGB (Red+Green+Blue) = 5+173+217=395 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #05ADD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADD9 is #FA5226. Grayscale: #7F7F7F. Windows color (decimal): -16405031 or 14265605. OLE color: 14265605.
HSL color Cylindrical-coordinate representation of color #05ADD9: hue angle of 192.45º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ADD9 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 173 | 217 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.15 |
| HSL | 192.45º | 0.95% | 0.44% | - |
| HSV(B) | 192.45º | 0.98% | 0.85% | - |
| XYZ | 27.53 | 34.93 | 70.94 | - |
| YUV | 127.78 | 178.34 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 217 | 0.98 | 0.20 | 0 | 0.15 | 192.45 | 0.95 | 0.44 |
| Hex | 5 | AD | D9 | 62 | 14 | 0 | F | C0 | 5F | 2C |
| Octal | 5 | 255 | 331 | 142 | 24 | 0 | 17 | 300 | 137 | 54 |
| Binary | 101 | 10101101 | 11011001 | 1100010 | 10100 | 0 | 1111 | 11000000 | 1011111 | 101100 |
Color Harmonies of #05ADD9
Complementary color
Monochromatic Colors of #05ADD9
Black with #05ADD9
Text Example
Text Example
White with #05ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ADD9; }
p { color: rgb(5,173,217); }
H1.HeaderClassName
{
color: #05ADD9;
}
.AnyTagClassName
{
color: #05ADD9;
}
</style>
background-color css
<style>
a { background-color: #05ADD9; }
a { background-color: rgb(5,173,217); }
div.DivClassName
{
background-color: #05ADD9;
}
.BgClassName
{
background-color: #05ADD9;
}
</style>
border-color css
<style>
span { border-color: #05ADD9; }
span { border-color: rgb(5,173,217); }
td.TdClassName
{
border-color: #05ADD9;
}
.TagClassName
{
border-color: #05ADD9;
}
</style>