Shades of Robin's Egg Blue #01CACF
Tints of Robin's Egg Blue #01CACF
RGB
CMYK
RGB Variations
Color information
#01CACF (or 0x01CACF) is known color: Robin's Egg Blue. HEX triplet: 01, CA and CF. RGB value is (1,202,207). Sum of RGB (Red+Green+Blue) = 1+202+207=410 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #01CACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CACF is #FE3530. Grayscale: #8E8E8E. Windows color (decimal): -16659761 or 13617665. OLE color: 13617665.
HSL color Cylindrical-coordinate representation of color #01CACF: hue angle of 181.46º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CACF is Cyan = 1.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 202 | 207 | - |
| CMYK | 1.00 | 0.02 | 0 | 0.19 |
| HSL | 181.46º | 0.99% | 0.41% | - |
| HSV(B) | 181.46º | 1% | 0.81% | - |
| XYZ | 32.4 | 46.75 | 66.35 | - |
| YUV | 142.47 | 164.41 | 27.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 202 | 207 | 1.00 | 0.02 | 0 | 0.19 | 181.46 | 0.99 | 0.41 |
| Hex | 1 | CA | CF | 64 | 2 | 0 | 13 | B5 | 63 | 29 |
| Octal | 1 | 312 | 317 | 144 | 2 | 0 | 23 | 265 | 143 | 51 |
| Binary | 1 | 11001010 | 11001111 | 1100100 | 10 | 0 | 10011 | 10110101 | 1100011 | 101001 |
Color Harmonies of #01CACF
Complementary color
Monochromatic Colors of #01CACF
Black with #01CACF
Text Example
Text Example
White with #01CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CACF; }
p { color: rgb(1,202,207); }
H1.HeaderClassName
{
color: #01CACF;
}
.AnyTagClassName
{
color: #01CACF;
}
</style>
background-color css
<style>
a { background-color: #01CACF; }
a { background-color: rgb(1,202,207); }
div.DivClassName
{
background-color: #01CACF;
}
.BgClassName
{
background-color: #01CACF;
}
</style>
border-color css
<style>
span { border-color: #01CACF; }
span { border-color: rgb(1,202,207); }
td.TdClassName
{
border-color: #01CACF;
}
.TagClassName
{
border-color: #01CACF;
}
</style>