Shades of Iris Blue #07C0CD
Tints of Iris Blue #07C0CD
RGB
CMYK
RGB Variations
Color information
#07C0CD (or 0x07C0CD) is known color: Iris Blue. HEX triplet: 07, C0 and CD. RGB value is (7,192,205). Sum of RGB (Red+Green+Blue) = 7+192+205=404 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #07C0CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C0CD is #F83F32. Grayscale: #898989. Windows color (decimal): -16269107 or 13484039. OLE color: 13484039.
HSL color Cylindrical-coordinate representation of color #07C0CD: hue angle of 183.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C0CD is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 192 | 205 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.20 |
| HSL | 183.94º | 0.93% | 0.42% | - |
| HSV(B) | 183.94º | 0.97% | 0.8% | - |
| XYZ | 29.96 | 42.15 | 64.31 | - |
| YUV | 138.17 | 165.71 | 34.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 192 | 205 | 0.97 | 0.06 | 0 | 0.20 | 183.94 | 0.93 | 0.42 |
| Hex | 7 | C0 | CD | 61 | 6 | 0 | 14 | B8 | 5D | 2A |
| Octal | 7 | 300 | 315 | 141 | 6 | 0 | 24 | 270 | 135 | 52 |
| Binary | 111 | 11000000 | 11001101 | 1100001 | 110 | 0 | 10100 | 10111000 | 1011101 | 101010 |
Color Harmonies of #07C0CD
Complementary color
Monochromatic Colors of #07C0CD
Black with #07C0CD
Text Example
Text Example
White with #07C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C0CD; }
p { color: rgb(7,192,205); }
H1.HeaderClassName
{
color: #07C0CD;
}
.AnyTagClassName
{
color: #07C0CD;
}
</style>
background-color css
<style>
a { background-color: #07C0CD; }
a { background-color: rgb(7,192,205); }
div.DivClassName
{
background-color: #07C0CD;
}
.BgClassName
{
background-color: #07C0CD;
}
</style>
border-color css
<style>
span { border-color: #07C0CD; }
span { border-color: rgb(7,192,205); }
td.TdClassName
{
border-color: #07C0CD;
}
.TagClassName
{
border-color: #07C0CD;
}
</style>