Shades of Iris Blue #05ADDA
Tints of Iris Blue #05ADDA
RGB
CMYK
RGB Variations
Color information
#05ADDA (or 0x05ADDA) is known color: Iris Blue. HEX triplet: 05, AD and DA. RGB value is (5,173,218). Sum of RGB (Red+Green+Blue) = 5+173+218=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #05ADDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADDA is #FA5225. Grayscale: #7F7F7F. Windows color (decimal): -16405030 or 14331141. OLE color: 14331141.
HSL color Cylindrical-coordinate representation of color #05ADDA: hue angle of 192.68º degrees, saturation: 0.96, 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 #05ADDA is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 173 | 218 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.15 |
| HSL | 192.68º | 0.96% | 0.44% | - |
| HSV(B) | 192.68º | 0.98% | 0.85% | - |
| XYZ | 27.66 | 34.98 | 71.62 | - |
| YUV | 127.9 | 178.84 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 218 | 0.98 | 0.21 | 0 | 0.15 | 192.68 | 0.96 | 0.44 |
| Hex | 5 | AD | DA | 62 | 15 | 0 | F | C1 | 60 | 2C |
| Octal | 5 | 255 | 332 | 142 | 25 | 0 | 17 | 301 | 140 | 54 |
| Binary | 101 | 10101101 | 11011010 | 1100010 | 10101 | 0 | 1111 | 11000001 | 1100000 | 101100 |
Color Harmonies of #05ADDA
Complementary color
Monochromatic Colors of #05ADDA
Black with #05ADDA
Text Example
Text Example
White with #05ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ADDA; }
p { color: rgb(5,173,218); }
H1.HeaderClassName
{
color: #05ADDA;
}
.AnyTagClassName
{
color: #05ADDA;
}
</style>
background-color css
<style>
a { background-color: #05ADDA; }
a { background-color: rgb(5,173,218); }
div.DivClassName
{
background-color: #05ADDA;
}
.BgClassName
{
background-color: #05ADDA;
}
</style>
border-color css
<style>
span { border-color: #05ADDA; }
span { border-color: rgb(5,173,218); }
td.TdClassName
{
border-color: #05ADDA;
}
.TagClassName
{
border-color: #05ADDA;
}
</style>