Shades of Iris Blue #06C0CE
Tints of Iris Blue #06C0CE
RGB
CMYK
RGB Variations
Color information
#06C0CE (or 0x06C0CE) is known color: Iris Blue. HEX triplet: 06, C0 and CE. RGB value is (6,192,206). Sum of RGB (Red+Green+Blue) = 6+192+206=404 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #06C0CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C0CE is #F93F31. Grayscale: #898989. Windows color (decimal): -16334642 or 13549574. OLE color: 13549574.
HSL color Cylindrical-coordinate representation of color #06C0CE: hue angle of 184.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C0CE is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 192 | 206 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.19 |
| HSL | 184.2º | 0.94% | 0.42% | - |
| HSV(B) | 184.2º | 0.97% | 0.81% | - |
| XYZ | 30.07 | 42.19 | 64.95 | - |
| YUV | 137.98 | 166.38 | 33.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 206 | 0.97 | 0.07 | 0 | 0.19 | 184.2 | 0.94 | 0.42 |
| Hex | 6 | C0 | CE | 61 | 7 | 0 | 13 | B8 | 5E | 2A |
| Octal | 6 | 300 | 316 | 141 | 7 | 0 | 23 | 270 | 136 | 52 |
| Binary | 110 | 11000000 | 11001110 | 1100001 | 111 | 0 | 10011 | 10111000 | 1011110 | 101010 |
Color Harmonies of #06C0CE
Complementary color
Monochromatic Colors of #06C0CE
Black with #06C0CE
Text Example
Text Example
White with #06C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C0CE; }
p { color: rgb(6,192,206); }
H1.HeaderClassName
{
color: #06C0CE;
}
.AnyTagClassName
{
color: #06C0CE;
}
</style>
background-color css
<style>
a { background-color: #06C0CE; }
a { background-color: rgb(6,192,206); }
div.DivClassName
{
background-color: #06C0CE;
}
.BgClassName
{
background-color: #06C0CE;
}
</style>
border-color css
<style>
span { border-color: #06C0CE; }
span { border-color: rgb(6,192,206); }
td.TdClassName
{
border-color: #06C0CE;
}
.TagClassName
{
border-color: #06C0CE;
}
</style>