Shades of Iris Blue #05ADDB
Tints of Iris Blue #05ADDB
RGB
CMYK
RGB Variations
Color information
#05ADDB (or 0x05ADDB) is known color: Iris Blue. HEX triplet: 05, AD and DB. RGB value is (5,173,219). Sum of RGB (Red+Green+Blue) = 5+173+219=397 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #05ADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADDB is #FA5224. Grayscale: #7F7F7F. Windows color (decimal): -16405029 or 14396677. OLE color: 14396677.
HSL color Cylindrical-coordinate representation of color #05ADDB: hue angle of 192.9º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ADDB is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 173 | 219 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.14 |
| HSL | 192.9º | 0.96% | 0.44% | - |
| HSV(B) | 192.9º | 0.98% | 0.86% | - |
| XYZ | 27.79 | 35.03 | 72.32 | - |
| YUV | 128.01 | 179.34 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 219 | 0.98 | 0.21 | 0 | 0.14 | 192.9 | 0.96 | 0.44 |
| Hex | 5 | AD | DB | 62 | 15 | 0 | E | C1 | 60 | 2C |
| Octal | 5 | 255 | 333 | 142 | 25 | 0 | 16 | 301 | 140 | 54 |
| Binary | 101 | 10101101 | 11011011 | 1100010 | 10101 | 0 | 1110 | 11000001 | 1100000 | 101100 |
Color Harmonies of #05ADDB
Complementary color
Monochromatic Colors of #05ADDB
Black with #05ADDB
Text Example
Text Example
White with #05ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ADDB; }
p { color: rgb(5,173,219); }
H1.HeaderClassName
{
color: #05ADDB;
}
.AnyTagClassName
{
color: #05ADDB;
}
</style>
background-color css
<style>
a { background-color: #05ADDB; }
a { background-color: rgb(5,173,219); }
div.DivClassName
{
background-color: #05ADDB;
}
.BgClassName
{
background-color: #05ADDB;
}
</style>
border-color css
<style>
span { border-color: #05ADDB; }
span { border-color: rgb(5,173,219); }
td.TdClassName
{
border-color: #05ADDB;
}
.TagClassName
{
border-color: #05ADDB;
}
</style>