Shades of Iris Blue #06AFDD
Tints of Iris Blue #06AFDD
RGB
CMYK
RGB Variations
Color information
#06AFDD (or 0x06AFDD) is known color: Iris Blue. HEX triplet: 06, AF and DD. RGB value is (6,175,221). Sum of RGB (Red+Green+Blue) = 6+175+221=402 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #06AFDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AFDD is #F95022. Grayscale: #818181. Windows color (decimal): -16338979 or 14528262. OLE color: 14528262.
HSL color Cylindrical-coordinate representation of color #06AFDD: hue angle of 192.84º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AFDD is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 175 | 221 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.13 |
| HSL | 192.84º | 0.95% | 0.45% | - |
| HSV(B) | 192.84º | 0.97% | 0.87% | - |
| XYZ | 28.46 | 35.92 | 73.84 | - |
| YUV | 129.71 | 179.51 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 175 | 221 | 0.97 | 0.21 | 0 | 0.13 | 192.84 | 0.95 | 0.45 |
| Hex | 6 | AF | DD | 61 | 15 | 0 | D | C1 | 5F | 2D |
| Octal | 6 | 257 | 335 | 141 | 25 | 0 | 15 | 301 | 137 | 55 |
| Binary | 110 | 10101111 | 11011101 | 1100001 | 10101 | 0 | 1101 | 11000001 | 1011111 | 101101 |
Color Harmonies of #06AFDD
Complementary color
Monochromatic Colors of #06AFDD
Black with #06AFDD
Text Example
Text Example
White with #06AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AFDD; }
p { color: rgb(6,175,221); }
H1.HeaderClassName
{
color: #06AFDD;
}
.AnyTagClassName
{
color: #06AFDD;
}
</style>
background-color css
<style>
a { background-color: #06AFDD; }
a { background-color: rgb(6,175,221); }
div.DivClassName
{
background-color: #06AFDD;
}
.BgClassName
{
background-color: #06AFDD;
}
</style>
border-color css
<style>
span { border-color: #06AFDD; }
span { border-color: rgb(6,175,221); }
td.TdClassName
{
border-color: #06AFDD;
}
.TagClassName
{
border-color: #06AFDD;
}
</style>