Shades of Robin's Egg Blue #1FCACF
Tints of Robin's Egg Blue #1FCACF
RGB
CMYK
RGB Variations
Color information
#1FCACF (or 0x1FCACF) is known color: Robin's Egg Blue. HEX triplet: 1F, CA and CF. RGB value is (31,202,207). Sum of RGB (Red+Green+Blue) = 31+202+207=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FCACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCACF is #E03530. Grayscale: #979797. Windows color (decimal): -14693681 or 13617695. OLE color: 13617695.
HSL color Cylindrical-coordinate representation of color #1FCACF: hue angle of 181.7º 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 #1FCACF is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 202 | 207 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.19 |
| HSL | 181.7º | 0.74% | 0.47% | - |
| HSV(B) | 181.7º | 0.85% | 0.81% | - |
| XYZ | 32.95 | 47.04 | 66.37 | - |
| YUV | 151.44 | 159.35 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 207 | 0.85 | 0.02 | 0 | 0.19 | 181.7 | 0.74 | 0.47 |
| Hex | 1F | CA | CF | 55 | 2 | 0 | 13 | B6 | 4A | 2F |
| Octal | 37 | 312 | 317 | 125 | 2 | 0 | 23 | 266 | 112 | 57 |
| Binary | 11111 | 11001010 | 11001111 | 1010101 | 10 | 0 | 10011 | 10110110 | 1001010 | 101111 |
Color Harmonies of #1FCACF
Complementary color
Monochromatic Colors of #1FCACF
Black with #1FCACF
Text Example
Text Example
White with #1FCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCACF; }
p { color: rgb(31,202,207); }
H1.HeaderClassName
{
color: #1FCACF;
}
.AnyTagClassName
{
color: #1FCACF;
}
</style>
background-color css
<style>
a { background-color: #1FCACF; }
a { background-color: rgb(31,202,207); }
div.DivClassName
{
background-color: #1FCACF;
}
.BgClassName
{
background-color: #1FCACF;
}
</style>
border-color css
<style>
span { border-color: #1FCACF; }
span { border-color: rgb(31,202,207); }
td.TdClassName
{
border-color: #1FCACF;
}
.TagClassName
{
border-color: #1FCACF;
}
</style>