Shades of Robin's Egg Blue #1FC4CF
Tints of Robin's Egg Blue #1FC4CF
RGB
CMYK
RGB Variations
Color information
#1FC4CF (or 0x1FC4CF) is known color: Robin's Egg Blue. HEX triplet: 1F, C4 and CF. RGB value is (31,196,207). Sum of RGB (Red+Green+Blue) = 31+196+207=434 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.14% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FC4CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC4CF is #E03B30. Grayscale: #939393. Windows color (decimal): -14695217 or 13616159. OLE color: 13616159.
HSL color Cylindrical-coordinate representation of color #1FC4CF: hue angle of 183.75º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC4CF is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 196 | 207 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.19 |
| HSL | 183.75º | 0.74% | 0.47% | - |
| HSV(B) | 183.75º | 0.85% | 0.81% | - |
| XYZ | 31.57 | 44.28 | 65.91 | - |
| YUV | 147.92 | 161.34 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 196 | 207 | 0.85 | 0.05 | 0 | 0.19 | 183.75 | 0.74 | 0.47 |
| Hex | 1F | C4 | CF | 55 | 5 | 0 | 13 | B8 | 4A | 2F |
| Octal | 37 | 304 | 317 | 125 | 5 | 0 | 23 | 270 | 112 | 57 |
| Binary | 11111 | 11000100 | 11001111 | 1010101 | 101 | 0 | 10011 | 10111000 | 1001010 | 101111 |
Color Harmonies of #1FC4CF
Complementary color
Monochromatic Colors of #1FC4CF
Black with #1FC4CF
Text Example
Text Example
White with #1FC4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC4CF; }
p { color: rgb(31,196,207); }
H1.HeaderClassName
{
color: #1FC4CF;
}
.AnyTagClassName
{
color: #1FC4CF;
}
</style>
background-color css
<style>
a { background-color: #1FC4CF; }
a { background-color: rgb(31,196,207); }
div.DivClassName
{
background-color: #1FC4CF;
}
.BgClassName
{
background-color: #1FC4CF;
}
</style>
border-color css
<style>
span { border-color: #1FC4CF; }
span { border-color: rgb(31,196,207); }
td.TdClassName
{
border-color: #1FC4CF;
}
.TagClassName
{
border-color: #1FC4CF;
}
</style>