Shades of Iris Blue #06ABDC
Tints of Iris Blue #06ABDC
RGB
CMYK
RGB Variations
Color information
#06ABDC (or 0x06ABDC) is known color: Iris Blue. HEX triplet: 06, AB and DC. RGB value is (6,171,220). Sum of RGB (Red+Green+Blue) = 6+171+220=397 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #06ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ABDC is #F95423. Grayscale: #7E7E7E. Windows color (decimal): -16340004 or 14461702. OLE color: 14461702.
HSL color Cylindrical-coordinate representation of color #06ABDC: hue angle of 193.74º 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 #06ABDC is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 171 | 220 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.14 |
| HSL | 193.74º | 0.95% | 0.44% | - |
| HSV(B) | 193.74º | 0.97% | 0.86% | - |
| XYZ | 27.56 | 34.33 | 72.88 | - |
| YUV | 127.25 | 180.34 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 220 | 0.97 | 0.22 | 0 | 0.14 | 193.74 | 0.95 | 0.44 |
| Hex | 6 | AB | DC | 61 | 16 | 0 | E | C2 | 5F | 2C |
| Octal | 6 | 253 | 334 | 141 | 26 | 0 | 16 | 302 | 137 | 54 |
| Binary | 110 | 10101011 | 11011100 | 1100001 | 10110 | 0 | 1110 | 11000010 | 1011111 | 101100 |
Color Harmonies of #06ABDC
Complementary color
Monochromatic Colors of #06ABDC
Black with #06ABDC
Text Example
Text Example
White with #06ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ABDC; }
p { color: rgb(6,171,220); }
H1.HeaderClassName
{
color: #06ABDC;
}
.AnyTagClassName
{
color: #06ABDC;
}
</style>
background-color css
<style>
a { background-color: #06ABDC; }
a { background-color: rgb(6,171,220); }
div.DivClassName
{
background-color: #06ABDC;
}
.BgClassName
{
background-color: #06ABDC;
}
</style>
border-color css
<style>
span { border-color: #06ABDC; }
span { border-color: rgb(6,171,220); }
td.TdClassName
{
border-color: #06ABDC;
}
.TagClassName
{
border-color: #06ABDC;
}
</style>