Shades of Robin's Egg Blue #01CFCB
Tints of Robin's Egg Blue #01CFCB
RGB
CMYK
RGB Variations
Color information
#01CFCB (or 0x01CFCB) is known color: Robin's Egg Blue. HEX triplet: 01, CF and CB. RGB value is (1,207,203). Sum of RGB (Red+Green+Blue) = 1+207+203=411 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #01CFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFCB is #FE3034. Grayscale: #909090. Windows color (decimal): -16658485 or 13356801. OLE color: 13356801.
HSL color Cylindrical-coordinate representation of color #01CFCB: hue angle of 178.83º 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 #01CFCB is Cyan = 1.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 203 | - |
| CMYK | 1.00 | 0 | 0.02 | 0.19 |
| HSL | 178.83º | 0.99% | 0.41% | - |
| HSV(B) | 178.83º | 1% | 0.81% | - |
| XYZ | 33.1 | 48.94 | 64.2 | - |
| YUV | 144.95 | 160.75 | 25.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 203 | 1.00 | 0 | 0.02 | 0.19 | 178.83 | 0.99 | 0.41 |
| Hex | 1 | CF | CB | 64 | 0 | 2 | 13 | B3 | 63 | 29 |
| Octal | 1 | 317 | 313 | 144 | 0 | 2 | 23 | 263 | 143 | 51 |
| Binary | 1 | 11001111 | 11001011 | 1100100 | 0 | 10 | 10011 | 10110011 | 1100011 | 101001 |
Color Harmonies of #01CFCB
Complementary color
Monochromatic Colors of #01CFCB
Black with #01CFCB
Text Example
Text Example
White with #01CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CFCB; }
p { color: rgb(1,207,203); }
H1.HeaderClassName
{
color: #01CFCB;
}
.AnyTagClassName
{
color: #01CFCB;
}
</style>
background-color css
<style>
a { background-color: #01CFCB; }
a { background-color: rgb(1,207,203); }
div.DivClassName
{
background-color: #01CFCB;
}
.BgClassName
{
background-color: #01CFCB;
}
</style>
border-color css
<style>
span { border-color: #01CFCB; }
span { border-color: rgb(1,207,203); }
td.TdClassName
{
border-color: #01CFCB;
}
.TagClassName
{
border-color: #01CFCB;
}
</style>