Shades of Iris Blue #07C0CB
Tints of Iris Blue #07C0CB
RGB
CMYK
RGB Variations
Color information
#07C0CB (or 0x07C0CB) is known color: Iris Blue. HEX triplet: 07, C0 and CB. RGB value is (7,192,203). Sum of RGB (Red+Green+Blue) = 7+192+203=402 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #07C0CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C0CB is #F83F34. Grayscale: #898989. Windows color (decimal): -16269109 or 13352967. OLE color: 13352967.
HSL color Cylindrical-coordinate representation of color #07C0CB: hue angle of 183.37º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C0CB is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 192 | 203 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.20 |
| HSL | 183.37º | 0.93% | 0.41% | - |
| HSV(B) | 183.37º | 0.97% | 0.8% | - |
| XYZ | 29.72 | 42.06 | 63.05 | - |
| YUV | 137.94 | 164.71 | 34.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 192 | 203 | 0.97 | 0.05 | 0 | 0.20 | 183.37 | 0.93 | 0.41 |
| Hex | 7 | C0 | CB | 61 | 5 | 0 | 14 | B7 | 5D | 29 |
| Octal | 7 | 300 | 313 | 141 | 5 | 0 | 24 | 267 | 135 | 51 |
| Binary | 111 | 11000000 | 11001011 | 1100001 | 101 | 0 | 10100 | 10110111 | 1011101 | 101001 |
Color Harmonies of #07C0CB
Complementary color
Monochromatic Colors of #07C0CB
Black with #07C0CB
Text Example
Text Example
White with #07C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C0CB; }
p { color: rgb(7,192,203); }
H1.HeaderClassName
{
color: #07C0CB;
}
.AnyTagClassName
{
color: #07C0CB;
}
</style>
background-color css
<style>
a { background-color: #07C0CB; }
a { background-color: rgb(7,192,203); }
div.DivClassName
{
background-color: #07C0CB;
}
.BgClassName
{
background-color: #07C0CB;
}
</style>
border-color css
<style>
span { border-color: #07C0CB; }
span { border-color: rgb(7,192,203); }
td.TdClassName
{
border-color: #07C0CB;
}
.TagClassName
{
border-color: #07C0CB;
}
</style>