Shades of Iris Blue #05ADCD
Tints of Iris Blue #05ADCD
RGB
CMYK
RGB Variations
Color information
#05ADCD (or 0x05ADCD) is known color: Iris Blue. HEX triplet: 05, AD and CD. RGB value is (5,173,205). Sum of RGB (Red+Green+Blue) = 5+173+205=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #05ADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADCD is #FA5232. Grayscale: #7E7E7E. Windows color (decimal): -16405043 or 13479173. OLE color: 13479173.
HSL color Cylindrical-coordinate representation of color #05ADCD: hue angle of 189.6º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ADCD is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 173 | 205 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.20 |
| HSL | 189.6º | 0.95% | 0.41% | - |
| HSV(B) | 189.6º | 0.98% | 0.8% | - |
| XYZ | 26.03 | 34.33 | 63.01 | - |
| YUV | 126.42 | 172.34 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 205 | 0.98 | 0.16 | 0 | 0.20 | 189.6 | 0.95 | 0.41 |
| Hex | 5 | AD | CD | 62 | 10 | 0 | 14 | BE | 5F | 29 |
| Octal | 5 | 255 | 315 | 142 | 20 | 0 | 24 | 276 | 137 | 51 |
| Binary | 101 | 10101101 | 11001101 | 1100010 | 10000 | 0 | 10100 | 10111110 | 1011111 | 101001 |
Color Harmonies of #05ADCD
Complementary color
Monochromatic Colors of #05ADCD
Black with #05ADCD
Text Example
Text Example
White with #05ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ADCD; }
p { color: rgb(5,173,205); }
H1.HeaderClassName
{
color: #05ADCD;
}
.AnyTagClassName
{
color: #05ADCD;
}
</style>
background-color css
<style>
a { background-color: #05ADCD; }
a { background-color: rgb(5,173,205); }
div.DivClassName
{
background-color: #05ADCD;
}
.BgClassName
{
background-color: #05ADCD;
}
</style>
border-color css
<style>
span { border-color: #05ADCD; }
span { border-color: rgb(5,173,205); }
td.TdClassName
{
border-color: #05ADCD;
}
.TagClassName
{
border-color: #05ADCD;
}
</style>