Shades of Iris Blue #06AEDB
Tints of Iris Blue #06AEDB
RGB
CMYK
RGB Variations
Color information
#06AEDB (or 0x06AEDB) is known color: Iris Blue. HEX triplet: 06, AE and DB. RGB value is (6,174,219). Sum of RGB (Red+Green+Blue) = 6+174+219=399 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #06AEDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AEDB is #F95124. Grayscale: #808080. Windows color (decimal): -16339237 or 14396934. OLE color: 14396934.
HSL color Cylindrical-coordinate representation of color #06AEDB: hue angle of 192.68º 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 #06AEDB is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 174 | 219 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.14 |
| HSL | 192.68º | 0.95% | 0.44% | - |
| HSV(B) | 192.68º | 0.97% | 0.86% | - |
| XYZ | 28 | 35.43 | 72.38 | - |
| YUV | 128.9 | 178.84 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 174 | 219 | 0.97 | 0.21 | 0 | 0.14 | 192.68 | 0.95 | 0.44 |
| Hex | 6 | AE | DB | 61 | 15 | 0 | E | C1 | 5F | 2C |
| Octal | 6 | 256 | 333 | 141 | 25 | 0 | 16 | 301 | 137 | 54 |
| Binary | 110 | 10101110 | 11011011 | 1100001 | 10101 | 0 | 1110 | 11000001 | 1011111 | 101100 |
Color Harmonies of #06AEDB
Complementary color
Monochromatic Colors of #06AEDB
Black with #06AEDB
Text Example
Text Example
White with #06AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AEDB; }
p { color: rgb(6,174,219); }
H1.HeaderClassName
{
color: #06AEDB;
}
.AnyTagClassName
{
color: #06AEDB;
}
</style>
background-color css
<style>
a { background-color: #06AEDB; }
a { background-color: rgb(6,174,219); }
div.DivClassName
{
background-color: #06AEDB;
}
.BgClassName
{
background-color: #06AEDB;
}
</style>
border-color css
<style>
span { border-color: #06AEDB; }
span { border-color: rgb(6,174,219); }
td.TdClassName
{
border-color: #06AEDB;
}
.TagClassName
{
border-color: #06AEDB;
}
</style>