Shades of Robin's Egg Blue #07CACF
Tints of Robin's Egg Blue #07CACF
RGB
CMYK
RGB Variations
Color information
#07CACF (or 0x07CACF) is known color: Robin's Egg Blue. HEX triplet: 07, CA and CF. RGB value is (7,202,207). Sum of RGB (Red+Green+Blue) = 7+202+207=416 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.68% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #07CACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CACF is #F83530. Grayscale: #909090. Windows color (decimal): -16266545 or 13617671. OLE color: 13617671.
HSL color Cylindrical-coordinate representation of color #07CACF: hue angle of 181.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CACF is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 202 | 207 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.19 |
| HSL | 181.5º | 0.93% | 0.42% | - |
| HSV(B) | 181.5º | 0.97% | 0.81% | - |
| XYZ | 32.47 | 46.79 | 66.35 | - |
| YUV | 144.27 | 163.4 | 30.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 207 | 0.97 | 0.02 | 0 | 0.19 | 181.5 | 0.93 | 0.42 |
| Hex | 7 | CA | CF | 61 | 2 | 0 | 13 | B6 | 5D | 2A |
| Octal | 7 | 312 | 317 | 141 | 2 | 0 | 23 | 266 | 135 | 52 |
| Binary | 111 | 11001010 | 11001111 | 1100001 | 10 | 0 | 10011 | 10110110 | 1011101 | 101010 |
Color Harmonies of #07CACF
Complementary color
Monochromatic Colors of #07CACF
Black with #07CACF
Text Example
Text Example
White with #07CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CACF; }
p { color: rgb(7,202,207); }
H1.HeaderClassName
{
color: #07CACF;
}
.AnyTagClassName
{
color: #07CACF;
}
</style>
background-color css
<style>
a { background-color: #07CACF; }
a { background-color: rgb(7,202,207); }
div.DivClassName
{
background-color: #07CACF;
}
.BgClassName
{
background-color: #07CACF;
}
</style>
border-color css
<style>
span { border-color: #07CACF; }
span { border-color: rgb(7,202,207); }
td.TdClassName
{
border-color: #07CACF;
}
.TagClassName
{
border-color: #07CACF;
}
</style>