Shades of Iris Blue #06AFDC
Tints of Iris Blue #06AFDC
RGB
CMYK
RGB Variations
Color information
#06AFDC (or 0x06AFDC) is known color: Iris Blue. HEX triplet: 06, AF and DC. RGB value is (6,175,220). Sum of RGB (Red+Green+Blue) = 6+175+220=401 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #06AFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AFDC is #F95023. Grayscale: #818181. Windows color (decimal): -16338980 or 14462726. OLE color: 14462726.
HSL color Cylindrical-coordinate representation of color #06AFDC: hue angle of 192.62º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AFDC is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 175 | 220 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.14 |
| HSL | 192.62º | 0.95% | 0.44% | - |
| HSV(B) | 192.62º | 0.97% | 0.86% | - |
| XYZ | 28.32 | 35.87 | 73.14 | - |
| YUV | 129.6 | 179.01 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 175 | 220 | 0.97 | 0.20 | 0 | 0.14 | 192.62 | 0.95 | 0.44 |
| Hex | 6 | AF | DC | 61 | 14 | 0 | E | C1 | 5F | 2C |
| Octal | 6 | 257 | 334 | 141 | 24 | 0 | 16 | 301 | 137 | 54 |
| Binary | 110 | 10101111 | 11011100 | 1100001 | 10100 | 0 | 1110 | 11000001 | 1011111 | 101100 |
Color Harmonies of #06AFDC
Complementary color
Monochromatic Colors of #06AFDC
Black with #06AFDC
Text Example
Text Example
White with #06AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AFDC; }
p { color: rgb(6,175,220); }
H1.HeaderClassName
{
color: #06AFDC;
}
.AnyTagClassName
{
color: #06AFDC;
}
</style>
background-color css
<style>
a { background-color: #06AFDC; }
a { background-color: rgb(6,175,220); }
div.DivClassName
{
background-color: #06AFDC;
}
.BgClassName
{
background-color: #06AFDC;
}
</style>
border-color css
<style>
span { border-color: #06AFDC; }
span { border-color: rgb(6,175,220); }
td.TdClassName
{
border-color: #06AFDC;
}
.TagClassName
{
border-color: #06AFDC;
}
</style>