Shades of Robin's Egg Blue #1FCAC1
Tints of Robin's Egg Blue #1FCAC1
RGB
CMYK
RGB Variations
Color information
#1FCAC1 (or 0x1FCAC1) is known color: Robin's Egg Blue. HEX triplet: 1F, CA and C1. RGB value is (31,202,193). Sum of RGB (Red+Green+Blue) = 31+202+193=426 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.28% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCAC1 is #E0353E. Grayscale: #959595. Windows color (decimal): -14693695 or 12700191. OLE color: 12700191.
HSL color Cylindrical-coordinate representation of color #1FCAC1: hue angle of 176.84º 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 #1FCAC1 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 202 | 193 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.21 |
| HSL | 176.84º | 0.73% | 0.46% | - |
| HSV(B) | 176.84º | 0.85% | 0.79% | - |
| XYZ | 31.31 | 46.38 | 57.75 | - |
| YUV | 149.85 | 152.35 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 193 | 0.85 | 0 | 0.04 | 0.21 | 176.84 | 0.73 | 0.46 |
| Hex | 1F | CA | C1 | 55 | 0 | 4 | 15 | B1 | 49 | 2E |
| Octal | 37 | 312 | 301 | 125 | 0 | 4 | 25 | 261 | 111 | 56 |
| Binary | 11111 | 11001010 | 11000001 | 1010101 | 0 | 100 | 10101 | 10110001 | 1001001 | 101110 |
Color Harmonies of #1FCAC1
Complementary color
Monochromatic Colors of #1FCAC1
Black with #1FCAC1
Text Example
Text Example
White with #1FCAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCAC1; }
p { color: rgb(31,202,193); }
H1.HeaderClassName
{
color: #1FCAC1;
}
.AnyTagClassName
{
color: #1FCAC1;
}
</style>
background-color css
<style>
a { background-color: #1FCAC1; }
a { background-color: rgb(31,202,193); }
div.DivClassName
{
background-color: #1FCAC1;
}
.BgClassName
{
background-color: #1FCAC1;
}
</style>
border-color css
<style>
span { border-color: #1FCAC1; }
span { border-color: rgb(31,202,193); }
td.TdClassName
{
border-color: #1FCAC1;
}
.TagClassName
{
border-color: #1FCAC1;
}
</style>