Shades of Iris Blue #07C0CA
Tints of Iris Blue #07C0CA
RGB
CMYK
RGB Variations
Color information
#07C0CA (or 0x07C0CA) is known color: Iris Blue. HEX triplet: 07, C0 and CA. RGB value is (7,192,202). Sum of RGB (Red+Green+Blue) = 7+192+202=401 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #07C0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C0CA is #F83F35. Grayscale: #898989. Windows color (decimal): -16269110 or 13287431. OLE color: 13287431.
HSL color Cylindrical-coordinate representation of color #07C0CA: hue angle of 183.08º degrees, saturation: 0.93, 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 #07C0CA is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 192 | 202 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.21 |
| HSL | 183.08º | 0.93% | 0.41% | - |
| HSV(B) | 183.08º | 0.97% | 0.79% | - |
| XYZ | 29.6 | 42.01 | 62.43 | - |
| YUV | 137.83 | 164.21 | 34.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 192 | 202 | 0.97 | 0.05 | 0 | 0.21 | 183.08 | 0.93 | 0.41 |
| Hex | 7 | C0 | CA | 61 | 5 | 0 | 15 | B7 | 5D | 29 |
| Octal | 7 | 300 | 312 | 141 | 5 | 0 | 25 | 267 | 135 | 51 |
| Binary | 111 | 11000000 | 11001010 | 1100001 | 101 | 0 | 10101 | 10110111 | 1011101 | 101001 |
Color Harmonies of #07C0CA
Complementary color
Monochromatic Colors of #07C0CA
Black with #07C0CA
Text Example
Text Example
White with #07C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C0CA; }
p { color: rgb(7,192,202); }
H1.HeaderClassName
{
color: #07C0CA;
}
.AnyTagClassName
{
color: #07C0CA;
}
</style>
background-color css
<style>
a { background-color: #07C0CA; }
a { background-color: rgb(7,192,202); }
div.DivClassName
{
background-color: #07C0CA;
}
.BgClassName
{
background-color: #07C0CA;
}
</style>
border-color css
<style>
span { border-color: #07C0CA; }
span { border-color: rgb(7,192,202); }
td.TdClassName
{
border-color: #07C0CA;
}
.TagClassName
{
border-color: #07C0CA;
}
</style>