Shades of Iris Blue #05AFDA
Tints of Iris Blue #05AFDA
RGB
CMYK
RGB Variations
Color information
#05AFDA (or 0x05AFDA) is known color: Iris Blue. HEX triplet: 05, AF and DA. RGB value is (5,175,218). Sum of RGB (Red+Green+Blue) = 5+175+218=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #05AFDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AFDA is #FA5025. Grayscale: #808080. Windows color (decimal): -16404518 or 14331653. OLE color: 14331653.
HSL color Cylindrical-coordinate representation of color #05AFDA: hue angle of 192.11º 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 #05AFDA is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 175 | 218 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.15 |
| HSL | 192.11º | 0.96% | 0.44% | - |
| HSV(B) | 192.11º | 0.98% | 0.85% | - |
| XYZ | 28.05 | 35.75 | 71.75 | - |
| YUV | 129.07 | 178.18 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 175 | 218 | 0.98 | 0.20 | 0 | 0.15 | 192.11 | 0.96 | 0.44 |
| Hex | 5 | AF | DA | 62 | 14 | 0 | F | C0 | 60 | 2C |
| Octal | 5 | 257 | 332 | 142 | 24 | 0 | 17 | 300 | 140 | 54 |
| Binary | 101 | 10101111 | 11011010 | 1100010 | 10100 | 0 | 1111 | 11000000 | 1100000 | 101100 |
Color Harmonies of #05AFDA
Complementary color
Monochromatic Colors of #05AFDA
Black with #05AFDA
Text Example
Text Example
White with #05AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AFDA; }
p { color: rgb(5,175,218); }
H1.HeaderClassName
{
color: #05AFDA;
}
.AnyTagClassName
{
color: #05AFDA;
}
</style>
background-color css
<style>
a { background-color: #05AFDA; }
a { background-color: rgb(5,175,218); }
div.DivClassName
{
background-color: #05AFDA;
}
.BgClassName
{
background-color: #05AFDA;
}
</style>
border-color css
<style>
span { border-color: #05AFDA; }
span { border-color: rgb(5,175,218); }
td.TdClassName
{
border-color: #05AFDA;
}
.TagClassName
{
border-color: #05AFDA;
}
</style>