Shades of Iris Blue #06C0CA
Tints of Iris Blue #06C0CA
RGB
CMYK
RGB Variations
Color information
#06C0CA (or 0x06C0CA) is known color: Iris Blue. HEX triplet: 06, C0 and CA. RGB value is (6,192,202). Sum of RGB (Red+Green+Blue) = 6+192+202=400 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #06C0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C0CA is #F93F35. Grayscale: #898989. Windows color (decimal): -16334646 or 13287430. OLE color: 13287430.
HSL color Cylindrical-coordinate representation of color #06C0CA: hue angle of 183.06º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C0CA is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 192 | 202 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.21 |
| HSL | 183.06º | 0.94% | 0.41% | - |
| HSV(B) | 183.06º | 0.97% | 0.79% | - |
| XYZ | 29.59 | 42 | 62.43 | - |
| YUV | 137.53 | 164.38 | 34.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 202 | 0.97 | 0.05 | 0 | 0.21 | 183.06 | 0.94 | 0.41 |
| Hex | 6 | C0 | CA | 61 | 5 | 0 | 15 | B7 | 5E | 29 |
| Octal | 6 | 300 | 312 | 141 | 5 | 0 | 25 | 267 | 136 | 51 |
| Binary | 110 | 11000000 | 11001010 | 1100001 | 101 | 0 | 10101 | 10110111 | 1011110 | 101001 |
Color Harmonies of #06C0CA
Complementary color
Monochromatic Colors of #06C0CA
Black with #06C0CA
Text Example
Text Example
White with #06C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C0CA; }
p { color: rgb(6,192,202); }
H1.HeaderClassName
{
color: #06C0CA;
}
.AnyTagClassName
{
color: #06C0CA;
}
</style>
background-color css
<style>
a { background-color: #06C0CA; }
a { background-color: rgb(6,192,202); }
div.DivClassName
{
background-color: #06C0CA;
}
.BgClassName
{
background-color: #06C0CA;
}
</style>
border-color css
<style>
span { border-color: #06C0CA; }
span { border-color: rgb(6,192,202); }
td.TdClassName
{
border-color: #06C0CA;
}
.TagClassName
{
border-color: #06C0CA;
}
</style>