Shades of Iris Blue #06ABDD
Tints of Iris Blue #06ABDD
RGB
CMYK
RGB Variations
Color information
#06ABDD (or 0x06ABDD) is known color: Iris Blue. HEX triplet: 06, AB and DD. RGB value is (6,171,221). Sum of RGB (Red+Green+Blue) = 6+171+221=398 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #06ABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ABDD is #F95422. Grayscale: #7F7F7F. Windows color (decimal): -16340003 or 14527238. OLE color: 14527238.
HSL color Cylindrical-coordinate representation of color #06ABDD: hue angle of 193.95º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ABDD is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 171 | 221 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.13 |
| HSL | 193.95º | 0.95% | 0.45% | - |
| HSV(B) | 193.95º | 0.97% | 0.87% | - |
| XYZ | 27.69 | 34.39 | 73.58 | - |
| YUV | 127.37 | 180.84 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 221 | 0.97 | 0.23 | 0 | 0.13 | 193.95 | 0.95 | 0.45 |
| Hex | 6 | AB | DD | 61 | 17 | 0 | D | C2 | 5F | 2D |
| Octal | 6 | 253 | 335 | 141 | 27 | 0 | 15 | 302 | 137 | 55 |
| Binary | 110 | 10101011 | 11011101 | 1100001 | 10111 | 0 | 1101 | 11000010 | 1011111 | 101101 |
Color Harmonies of #06ABDD
Complementary color
Monochromatic Colors of #06ABDD
Black with #06ABDD
Text Example
Text Example
White with #06ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ABDD; }
p { color: rgb(6,171,221); }
H1.HeaderClassName
{
color: #06ABDD;
}
.AnyTagClassName
{
color: #06ABDD;
}
</style>
background-color css
<style>
a { background-color: #06ABDD; }
a { background-color: rgb(6,171,221); }
div.DivClassName
{
background-color: #06ABDD;
}
.BgClassName
{
background-color: #06ABDD;
}
</style>
border-color css
<style>
span { border-color: #06ABDD; }
span { border-color: rgb(6,171,221); }
td.TdClassName
{
border-color: #06ABDD;
}
.TagClassName
{
border-color: #06ABDD;
}
</style>