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