Shades of Iris Blue #06AFDB
Tints of Iris Blue #06AFDB
RGB
CMYK
RGB Variations
Color information
#06AFDB (or 0x06AFDB) is known color: Iris Blue. HEX triplet: 06, AF and DB. RGB value is (6,175,219). Sum of RGB (Red+Green+Blue) = 6+175+219=400 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.5% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #06AFDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AFDB is #F95024. Grayscale: #818181. Windows color (decimal): -16338981 or 14397190. OLE color: 14397190.
HSL color Cylindrical-coordinate representation of color #06AFDB: hue angle of 192.39º 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 #06AFDB is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 175 | 219 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.14 |
| HSL | 192.39º | 0.95% | 0.44% | - |
| HSV(B) | 192.39º | 0.97% | 0.86% | - |
| XYZ | 28.19 | 35.81 | 72.44 | - |
| YUV | 129.49 | 178.51 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 175 | 219 | 0.97 | 0.20 | 0 | 0.14 | 192.39 | 0.95 | 0.44 |
| Hex | 6 | AF | DB | 61 | 14 | 0 | E | C0 | 5F | 2C |
| Octal | 6 | 257 | 333 | 141 | 24 | 0 | 16 | 300 | 137 | 54 |
| Binary | 110 | 10101111 | 11011011 | 1100001 | 10100 | 0 | 1110 | 11000000 | 1011111 | 101100 |
Color Harmonies of #06AFDB
Complementary color
Monochromatic Colors of #06AFDB
Black with #06AFDB
Text Example
Text Example
White with #06AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AFDB; }
p { color: rgb(6,175,219); }
H1.HeaderClassName
{
color: #06AFDB;
}
.AnyTagClassName
{
color: #06AFDB;
}
</style>
background-color css
<style>
a { background-color: #06AFDB; }
a { background-color: rgb(6,175,219); }
div.DivClassName
{
background-color: #06AFDB;
}
.BgClassName
{
background-color: #06AFDB;
}
</style>
border-color css
<style>
span { border-color: #06AFDB; }
span { border-color: rgb(6,175,219); }
td.TdClassName
{
border-color: #06AFDB;
}
.TagClassName
{
border-color: #06AFDB;
}
</style>