Shades of Robin's Egg Blue #1FC9CA
Tints of Robin's Egg Blue #1FC9CA
RGB
CMYK
RGB Variations
Color information
#1FC9CA (or 0x1FC9CA) is known color: Robin's Egg Blue. HEX triplet: 1F, C9 and CA. RGB value is (31,201,202). Sum of RGB (Red+Green+Blue) = 31+201+202=434 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.14% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #1FC9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC9CA is #E03635. Grayscale: #969696. Windows color (decimal): -14693942 or 13289759. OLE color: 13289759.
HSL color Cylindrical-coordinate representation of color #1FC9CA: hue angle of 180.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC9CA is Cyan = 0.85, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 202 | - |
| CMYK | 0.85 | 0.00 | 0 | 0.21 |
| HSL | 180.35º | 0.73% | 0.46% | - |
| HSV(B) | 180.35º | 0.85% | 0.79% | - |
| XYZ | 32.11 | 46.33 | 63.13 | - |
| YUV | 150.28 | 157.18 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 202 | 0.85 | 0.00 | 0 | 0.21 | 180.35 | 0.73 | 0.46 |
| Hex | 1F | C9 | CA | 55 | 0 | 0 | 15 | B4 | 49 | 2E |
| Octal | 37 | 311 | 312 | 125 | 0 | 0 | 25 | 264 | 111 | 56 |
| Binary | 11111 | 11001001 | 11001010 | 1010101 | 0 | 0 | 10101 | 10110100 | 1001001 | 101110 |
Color Harmonies of #1FC9CA
Complementary color
Monochromatic Colors of #1FC9CA
Black with #1FC9CA
Text Example
Text Example
White with #1FC9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC9CA; }
p { color: rgb(31,201,202); }
H1.HeaderClassName
{
color: #1FC9CA;
}
.AnyTagClassName
{
color: #1FC9CA;
}
</style>
background-color css
<style>
a { background-color: #1FC9CA; }
a { background-color: rgb(31,201,202); }
div.DivClassName
{
background-color: #1FC9CA;
}
.BgClassName
{
background-color: #1FC9CA;
}
</style>
border-color css
<style>
span { border-color: #1FC9CA; }
span { border-color: rgb(31,201,202); }
td.TdClassName
{
border-color: #1FC9CA;
}
.TagClassName
{
border-color: #1FC9CA;
}
</style>