Shades of Robin's Egg Blue #01CFBE
Tints of Robin's Egg Blue #01CFBE
RGB
CMYK
RGB Variations
Color information
#01CFBE (or 0x01CFBE) is known color: Robin's Egg Blue. HEX triplet: 01, CF and BE. RGB value is (1,207,190). Sum of RGB (Red+Green+Blue) = 1+207+190=398 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #01CFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFBE is #FE3041. Grayscale: #8F8F8F. Windows color (decimal): -16658498 or 12504833. OLE color: 12504833.
HSL color Cylindrical-coordinate representation of color #01CFBE: hue angle of 175.05º 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 #01CFBE is Cyan = 1.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 190 | - |
| CMYK | 1.00 | 0 | 0.08 | 0.19 |
| HSL | 175.05º | 0.99% | 0.41% | - |
| HSV(B) | 175.05º | 1% | 0.81% | - |
| XYZ | 31.62 | 48.35 | 56.38 | - |
| YUV | 143.47 | 154.25 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 190 | 1.00 | 0 | 0.08 | 0.19 | 175.05 | 0.99 | 0.41 |
| Hex | 1 | CF | BE | 64 | 0 | 8 | 13 | AF | 63 | 29 |
| Octal | 1 | 317 | 276 | 144 | 0 | 10 | 23 | 257 | 143 | 51 |
| Binary | 1 | 11001111 | 10111110 | 1100100 | 0 | 1000 | 10011 | 10101111 | 1100011 | 101001 |
Color Harmonies of #01CFBE
Complementary color
Monochromatic Colors of #01CFBE
Black with #01CFBE
Text Example
Text Example
White with #01CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CFBE; }
p { color: rgb(1,207,190); }
H1.HeaderClassName
{
color: #01CFBE;
}
.AnyTagClassName
{
color: #01CFBE;
}
</style>
background-color css
<style>
a { background-color: #01CFBE; }
a { background-color: rgb(1,207,190); }
div.DivClassName
{
background-color: #01CFBE;
}
.BgClassName
{
background-color: #01CFBE;
}
</style>
border-color css
<style>
span { border-color: #01CFBE; }
span { border-color: rgb(1,207,190); }
td.TdClassName
{
border-color: #01CFBE;
}
.TagClassName
{
border-color: #01CFBE;
}
</style>