Shades of Iris Blue #05AFDD
Tints of Iris Blue #05AFDD
RGB
CMYK
RGB Variations
Color information
#05AFDD (or 0x05AFDD) is known color: Iris Blue. HEX triplet: 05, AF and DD. RGB value is (5,175,221). Sum of RGB (Red+Green+Blue) = 5+175+221=401 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #05AFDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AFDD is #FA5022. Grayscale: #818181. Windows color (decimal): -16404515 or 14528261. OLE color: 14528261.
HSL color Cylindrical-coordinate representation of color #05AFDD: hue angle of 192.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AFDD is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 175 | 221 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.13 |
| HSL | 192.78º | 0.96% | 0.44% | - |
| HSV(B) | 192.78º | 0.98% | 0.87% | - |
| XYZ | 28.44 | 35.91 | 73.84 | - |
| YUV | 129.41 | 179.68 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 175 | 221 | 0.98 | 0.21 | 0 | 0.13 | 192.78 | 0.96 | 0.44 |
| Hex | 5 | AF | DD | 62 | 15 | 0 | D | C1 | 60 | 2C |
| Octal | 5 | 257 | 335 | 142 | 25 | 0 | 15 | 301 | 140 | 54 |
| Binary | 101 | 10101111 | 11011101 | 1100010 | 10101 | 0 | 1101 | 11000001 | 1100000 | 101100 |
Color Harmonies of #05AFDD
Complementary color
Monochromatic Colors of #05AFDD
Black with #05AFDD
Text Example
Text Example
White with #05AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AFDD; }
p { color: rgb(5,175,221); }
H1.HeaderClassName
{
color: #05AFDD;
}
.AnyTagClassName
{
color: #05AFDD;
}
</style>
background-color css
<style>
a { background-color: #05AFDD; }
a { background-color: rgb(5,175,221); }
div.DivClassName
{
background-color: #05AFDD;
}
.BgClassName
{
background-color: #05AFDD;
}
</style>
border-color css
<style>
span { border-color: #05AFDD; }
span { border-color: rgb(5,175,221); }
td.TdClassName
{
border-color: #05AFDD;
}
.TagClassName
{
border-color: #05AFDD;
}
</style>