Shades of Iris Blue #06ABCD
Tints of Iris Blue #06ABCD
RGB
CMYK
RGB Variations
Color information
#06ABCD (or 0x06ABCD) is known color: Iris Blue. HEX triplet: 06, AB and CD. RGB value is (6,171,205). Sum of RGB (Red+Green+Blue) = 6+171+205=382 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #06ABCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ABCD is #F95432. Grayscale: #7D7D7D. Windows color (decimal): -16340019 or 13478662. OLE color: 13478662.
HSL color Cylindrical-coordinate representation of color #06ABCD: hue angle of 190.25º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ABCD is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 171 | 205 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.20 |
| HSL | 190.25º | 0.94% | 0.41% | - |
| HSV(B) | 190.25º | 0.97% | 0.8% | - |
| XYZ | 25.66 | 33.57 | 62.89 | - |
| YUV | 125.54 | 172.84 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 205 | 0.97 | 0.17 | 0 | 0.20 | 190.25 | 0.94 | 0.41 |
| Hex | 6 | AB | CD | 61 | 11 | 0 | 14 | BE | 5E | 29 |
| Octal | 6 | 253 | 315 | 141 | 21 | 0 | 24 | 276 | 136 | 51 |
| Binary | 110 | 10101011 | 11001101 | 1100001 | 10001 | 0 | 10100 | 10111110 | 1011110 | 101001 |
Color Harmonies of #06ABCD
Complementary color
Monochromatic Colors of #06ABCD
Black with #06ABCD
Text Example
Text Example
White with #06ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ABCD; }
p { color: rgb(6,171,205); }
H1.HeaderClassName
{
color: #06ABCD;
}
.AnyTagClassName
{
color: #06ABCD;
}
</style>
background-color css
<style>
a { background-color: #06ABCD; }
a { background-color: rgb(6,171,205); }
div.DivClassName
{
background-color: #06ABCD;
}
.BgClassName
{
background-color: #06ABCD;
}
</style>
border-color css
<style>
span { border-color: #06ABCD; }
span { border-color: rgb(6,171,205); }
td.TdClassName
{
border-color: #06ABCD;
}
.TagClassName
{
border-color: #06ABCD;
}
</style>