Shades of Iris Blue #05ADD0
Tints of Iris Blue #05ADD0
RGB
CMYK
RGB Variations
Color information
#05ADD0 (or 0x05ADD0) is known color: Iris Blue. HEX triplet: 05, AD and D0. RGB value is (5,173,208). Sum of RGB (Red+Green+Blue) = 5+173+208=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #05ADD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADD0 is #FA522F. Grayscale: #7E7E7E. Windows color (decimal): -16405040 or 13675781. OLE color: 13675781.
HSL color Cylindrical-coordinate representation of color #05ADD0: hue angle of 190.34º 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 #05ADD0 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 173 | 208 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.18 |
| HSL | 190.34º | 0.95% | 0.42% | - |
| HSV(B) | 190.34º | 0.98% | 0.82% | - |
| XYZ | 26.39 | 34.47 | 64.94 | - |
| YUV | 126.76 | 173.84 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 208 | 0.98 | 0.17 | 0 | 0.18 | 190.34 | 0.95 | 0.42 |
| Hex | 5 | AD | D0 | 62 | 11 | 0 | 12 | BE | 5F | 2A |
| Octal | 5 | 255 | 320 | 142 | 21 | 0 | 22 | 276 | 137 | 52 |
| Binary | 101 | 10101101 | 11010000 | 1100010 | 10001 | 0 | 10010 | 10111110 | 1011111 | 101010 |
Color Harmonies of #05ADD0
Complementary color
Monochromatic Colors of #05ADD0
Black with #05ADD0
Text Example
Text Example
White with #05ADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ADD0; }
p { color: rgb(5,173,208); }
H1.HeaderClassName
{
color: #05ADD0;
}
.AnyTagClassName
{
color: #05ADD0;
}
</style>
background-color css
<style>
a { background-color: #05ADD0; }
a { background-color: rgb(5,173,208); }
div.DivClassName
{
background-color: #05ADD0;
}
.BgClassName
{
background-color: #05ADD0;
}
</style>
border-color css
<style>
span { border-color: #05ADD0; }
span { border-color: rgb(5,173,208); }
td.TdClassName
{
border-color: #05ADD0;
}
.TagClassName
{
border-color: #05ADD0;
}
</style>