Shades of Iris Blue #06ACDB
Tints of Iris Blue #06ACDB
RGB
CMYK
RGB Variations
Color information
#06ACDB (or 0x06ACDB) is known color: Iris Blue. HEX triplet: 06, AC and DB. RGB value is (6,172,219). Sum of RGB (Red+Green+Blue) = 6+172+219=397 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #06ACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ACDB is #F95324. Grayscale: #7F7F7F. Windows color (decimal): -16339749 or 14396422. OLE color: 14396422.
HSL color Cylindrical-coordinate representation of color #06ACDB: hue angle of 193.24º 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 #06ACDB is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 172 | 219 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.14 |
| HSL | 193.24º | 0.95% | 0.44% | - |
| HSV(B) | 193.24º | 0.97% | 0.86% | - |
| XYZ | 27.61 | 34.66 | 72.25 | - |
| YUV | 127.72 | 179.5 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 172 | 219 | 0.97 | 0.21 | 0 | 0.14 | 193.24 | 0.95 | 0.44 |
| Hex | 6 | AC | DB | 61 | 15 | 0 | E | C1 | 5F | 2C |
| Octal | 6 | 254 | 333 | 141 | 25 | 0 | 16 | 301 | 137 | 54 |
| Binary | 110 | 10101100 | 11011011 | 1100001 | 10101 | 0 | 1110 | 11000001 | 1011111 | 101100 |
Color Harmonies of #06ACDB
Complementary color
Monochromatic Colors of #06ACDB
Black with #06ACDB
Text Example
Text Example
White with #06ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ACDB; }
p { color: rgb(6,172,219); }
H1.HeaderClassName
{
color: #06ACDB;
}
.AnyTagClassName
{
color: #06ACDB;
}
</style>
background-color css
<style>
a { background-color: #06ACDB; }
a { background-color: rgb(6,172,219); }
div.DivClassName
{
background-color: #06ACDB;
}
.BgClassName
{
background-color: #06ACDB;
}
</style>
border-color css
<style>
span { border-color: #06ACDB; }
span { border-color: rgb(6,172,219); }
td.TdClassName
{
border-color: #06ACDB;
}
.TagClassName
{
border-color: #06ACDB;
}
</style>