Shades of Iris Blue #05AFDC
Tints of Iris Blue #05AFDC
RGB
CMYK
RGB Variations
Color information
#05AFDC (or 0x05AFDC) is known color: Iris Blue. HEX triplet: 05, AF and DC. RGB value is (5,175,220). Sum of RGB (Red+Green+Blue) = 5+175+220=400 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #05AFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AFDC is #FA5023. Grayscale: #808080. Windows color (decimal): -16404516 or 14462725. OLE color: 14462725.
HSL color Cylindrical-coordinate representation of color #05AFDC: hue angle of 192.56º 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 #05AFDC is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 175 | 220 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.14 |
| HSL | 192.56º | 0.96% | 0.44% | - |
| HSV(B) | 192.56º | 0.98% | 0.86% | - |
| XYZ | 28.31 | 35.86 | 73.14 | - |
| YUV | 129.3 | 179.18 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 175 | 220 | 0.98 | 0.20 | 0 | 0.14 | 192.56 | 0.96 | 0.44 |
| Hex | 5 | AF | DC | 62 | 14 | 0 | E | C1 | 60 | 2C |
| Octal | 5 | 257 | 334 | 142 | 24 | 0 | 16 | 301 | 140 | 54 |
| Binary | 101 | 10101111 | 11011100 | 1100010 | 10100 | 0 | 1110 | 11000001 | 1100000 | 101100 |
Color Harmonies of #05AFDC
Complementary color
Monochromatic Colors of #05AFDC
Black with #05AFDC
Text Example
Text Example
White with #05AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AFDC; }
p { color: rgb(5,175,220); }
H1.HeaderClassName
{
color: #05AFDC;
}
.AnyTagClassName
{
color: #05AFDC;
}
</style>
background-color css
<style>
a { background-color: #05AFDC; }
a { background-color: rgb(5,175,220); }
div.DivClassName
{
background-color: #05AFDC;
}
.BgClassName
{
background-color: #05AFDC;
}
</style>
border-color css
<style>
span { border-color: #05AFDC; }
span { border-color: rgb(5,175,220); }
td.TdClassName
{
border-color: #05AFDC;
}
.TagClassName
{
border-color: #05AFDC;
}
</style>