Shades of Robin's Egg Blue #1ACFCD
Tints of Robin's Egg Blue #1ACFCD
RGB
CMYK
RGB Variations
Color information
#1ACFCD (or 0x1ACFCD) is known color: Robin's Egg Blue. HEX triplet: 1A, CF and CD. RGB value is (26,207,205). Sum of RGB (Red+Green+Blue) = 26+207+205=438 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.94% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACFCD is #E53032. Grayscale: #989898. Windows color (decimal): -15020083 or 13487898. OLE color: 13487898.
HSL color Cylindrical-coordinate representation of color #1ACFCD: hue angle of 179.34º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACFCD is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 205 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.19 |
| HSL | 179.34º | 0.78% | 0.46% | - |
| HSV(B) | 179.34º | 0.87% | 0.81% | - |
| XYZ | 33.76 | 49.25 | 65.49 | - |
| YUV | 152.65 | 157.53 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 205 | 0.87 | 0 | 0.01 | 0.19 | 179.34 | 0.78 | 0.46 |
| Hex | 1A | CF | CD | 57 | 0 | 1 | 13 | B3 | 4E | 2E |
| Octal | 32 | 317 | 315 | 127 | 0 | 1 | 23 | 263 | 116 | 56 |
| Binary | 11010 | 11001111 | 11001101 | 1010111 | 0 | 1 | 10011 | 10110011 | 1001110 | 101110 |
Color Harmonies of #1ACFCD
Complementary color
Monochromatic Colors of #1ACFCD
Black with #1ACFCD
Text Example
Text Example
White with #1ACFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACFCD; }
p { color: rgb(26,207,205); }
H1.HeaderClassName
{
color: #1ACFCD;
}
.AnyTagClassName
{
color: #1ACFCD;
}
</style>
background-color css
<style>
a { background-color: #1ACFCD; }
a { background-color: rgb(26,207,205); }
div.DivClassName
{
background-color: #1ACFCD;
}
.BgClassName
{
background-color: #1ACFCD;
}
</style>
border-color css
<style>
span { border-color: #1ACFCD; }
span { border-color: rgb(26,207,205); }
td.TdClassName
{
border-color: #1ACFCD;
}
.TagClassName
{
border-color: #1ACFCD;
}
</style>