Shades of Robin's Egg Blue #01CFB7
Tints of Robin's Egg Blue #01CFB7
RGB
CMYK
RGB Variations
Color information
#01CFB7 (or 0x01CFB7) is known color: Robin's Egg Blue. HEX triplet: 01, CF and B7. RGB value is (1,207,183). Sum of RGB (Red+Green+Blue) = 1+207+183=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #01CFB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFB7 is #FE3048. Grayscale: #8E8E8E. Windows color (decimal): -16658505 or 12046081. OLE color: 12046081.
HSL color Cylindrical-coordinate representation of color #01CFB7: hue angle of 173.01º 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 #01CFB7 is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 183 | - |
| CMYK | 1.00 | 0 | 0.12 | 0.19 |
| HSL | 173.01º | 0.99% | 0.41% | - |
| HSV(B) | 173.01º | 1% | 0.81% | - |
| XYZ | 30.87 | 48.05 | 52.45 | - |
| YUV | 142.67 | 150.75 | 26.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 183 | 1.00 | 0 | 0.12 | 0.19 | 173.01 | 0.99 | 0.41 |
| Hex | 1 | CF | B7 | 64 | 0 | C | 13 | AD | 63 | 29 |
| Octal | 1 | 317 | 267 | 144 | 0 | 14 | 23 | 255 | 143 | 51 |
| Binary | 1 | 11001111 | 10110111 | 1100100 | 0 | 1100 | 10011 | 10101101 | 1100011 | 101001 |
Color Harmonies of #01CFB7
Complementary color
Monochromatic Colors of #01CFB7
Black with #01CFB7
Text Example
Text Example
White with #01CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CFB7; }
p { color: rgb(1,207,183); }
H1.HeaderClassName
{
color: #01CFB7;
}
.AnyTagClassName
{
color: #01CFB7;
}
</style>
background-color css
<style>
a { background-color: #01CFB7; }
a { background-color: rgb(1,207,183); }
div.DivClassName
{
background-color: #01CFB7;
}
.BgClassName
{
background-color: #01CFB7;
}
</style>
border-color css
<style>
span { border-color: #01CFB7; }
span { border-color: rgb(1,207,183); }
td.TdClassName
{
border-color: #01CFB7;
}
.TagClassName
{
border-color: #01CFB7;
}
</style>