Shades of Iris Blue #05ADE4
Tints of Iris Blue #05ADE4
RGB
CMYK
RGB Variations
Color information
#05ADE4 (or 0x05ADE4) is known color: Iris Blue. HEX triplet: 05, AD and E4. RGB value is (5,173,228). Sum of RGB (Red+Green+Blue) = 5+173+228=406 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 228 (89.45% from 255 or 56.16% from 406); Max value from RGB is 228 - color contains mainly: blue. Hex color #05ADE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADE4 is #FA521B. Grayscale: #808080. Windows color (decimal): -16405020 or 14986501. OLE color: 14986501.
HSL color Cylindrical-coordinate representation of color #05ADE4: hue angle of 194.8º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ADE4 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 173 | 228 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.11 |
| HSL | 194.8º | 0.96% | 0.46% | - |
| HSV(B) | 194.8º | 0.98% | 0.89% | - |
| XYZ | 29.01 | 35.52 | 78.73 | - |
| YUV | 129.04 | 183.84 | 39.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 228 | 0.98 | 0.24 | 0 | 0.11 | 194.8 | 0.96 | 0.46 |
| Hex | 5 | AD | E4 | 62 | 18 | 0 | B | C3 | 60 | 2E |
| Octal | 5 | 255 | 344 | 142 | 30 | 0 | 13 | 303 | 140 | 56 |
| Binary | 101 | 10101101 | 11100100 | 1100010 | 11000 | 0 | 1011 | 11000011 | 1100000 | 101110 |
Color Harmonies of #05ADE4
Complementary color
Monochromatic Colors of #05ADE4
Black with #05ADE4
Text Example
Text Example
White with #05ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ADE4; }
p { color: rgb(5,173,228); }
H1.HeaderClassName
{
color: #05ADE4;
}
.AnyTagClassName
{
color: #05ADE4;
}
</style>
background-color css
<style>
a { background-color: #05ADE4; }
a { background-color: rgb(5,173,228); }
div.DivClassName
{
background-color: #05ADE4;
}
.BgClassName
{
background-color: #05ADE4;
}
</style>
border-color css
<style>
span { border-color: #05ADE4; }
span { border-color: rgb(5,173,228); }
td.TdClassName
{
border-color: #05ADE4;
}
.TagClassName
{
border-color: #05ADE4;
}
</style>