Shades of Iris Blue #03C0CE
Tints of Iris Blue #03C0CE
RGB
CMYK
RGB Variations
Color information
#03C0CE (or 0x03C0CE) is known color: Iris Blue. HEX triplet: 03, C0 and CE. RGB value is (3,192,206). Sum of RGB (Red+Green+Blue) = 3+192+206=401 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #03C0CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C0CE is #FC3F31. Grayscale: #888888. Windows color (decimal): -16531250 or 13549571. OLE color: 13549571.
HSL color Cylindrical-coordinate representation of color #03C0CE: hue angle of 184.14º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C0CE is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 192 | 206 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.19 |
| HSL | 184.14º | 0.97% | 0.41% | - |
| HSV(B) | 184.14º | 0.99% | 0.81% | - |
| XYZ | 30.03 | 42.17 | 64.95 | - |
| YUV | 137.09 | 166.88 | 32.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 206 | 0.99 | 0.07 | 0 | 0.19 | 184.14 | 0.97 | 0.41 |
| Hex | 3 | C0 | CE | 63 | 7 | 0 | 13 | B8 | 61 | 29 |
| Octal | 3 | 300 | 316 | 143 | 7 | 0 | 23 | 270 | 141 | 51 |
| Binary | 11 | 11000000 | 11001110 | 1100011 | 111 | 0 | 10011 | 10111000 | 1100001 | 101001 |
Color Harmonies of #03C0CE
Complementary color
Monochromatic Colors of #03C0CE
Black with #03C0CE
Text Example
Text Example
White with #03C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C0CE; }
p { color: rgb(3,192,206); }
H1.HeaderClassName
{
color: #03C0CE;
}
.AnyTagClassName
{
color: #03C0CE;
}
</style>
background-color css
<style>
a { background-color: #03C0CE; }
a { background-color: rgb(3,192,206); }
div.DivClassName
{
background-color: #03C0CE;
}
.BgClassName
{
background-color: #03C0CE;
}
</style>
border-color css
<style>
span { border-color: #03C0CE; }
span { border-color: rgb(3,192,206); }
td.TdClassName
{
border-color: #03C0CE;
}
.TagClassName
{
border-color: #03C0CE;
}
</style>