Shades of Robin's Egg Blue #1ACECB
Tints of Robin's Egg Blue #1ACECB
RGB
CMYK
RGB Variations
Color information
#1ACECB (or 0x1ACECB) is known color: Robin's Egg Blue. HEX triplet: 1A, CE and CB. RGB value is (26,206,203). Sum of RGB (Red+Green+Blue) = 26+206+203=435 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.98% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACECB is #E53134. Grayscale: #979797. Windows color (decimal): -15020341 or 13356570. OLE color: 13356570.
HSL color Cylindrical-coordinate representation of color #1ACECB: hue angle of 179º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACECB is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 206 | 203 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.19 |
| HSL | 179º | 0.78% | 0.45% | - |
| HSV(B) | 179º | 0.87% | 0.81% | - |
| XYZ | 33.28 | 48.67 | 64.14 | - |
| YUV | 151.84 | 156.87 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 203 | 0.87 | 0 | 0.01 | 0.19 | 179 | 0.78 | 0.45 |
| Hex | 1A | CE | CB | 57 | 0 | 1 | 13 | B3 | 4E | 2D |
| Octal | 32 | 316 | 313 | 127 | 0 | 1 | 23 | 263 | 116 | 55 |
| Binary | 11010 | 11001110 | 11001011 | 1010111 | 0 | 1 | 10011 | 10110011 | 1001110 | 101101 |
Color Harmonies of #1ACECB
Complementary color
Monochromatic Colors of #1ACECB
Black with #1ACECB
Text Example
Text Example
White with #1ACECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACECB; }
p { color: rgb(26,206,203); }
H1.HeaderClassName
{
color: #1ACECB;
}
.AnyTagClassName
{
color: #1ACECB;
}
</style>
background-color css
<style>
a { background-color: #1ACECB; }
a { background-color: rgb(26,206,203); }
div.DivClassName
{
background-color: #1ACECB;
}
.BgClassName
{
background-color: #1ACECB;
}
</style>
border-color css
<style>
span { border-color: #1ACECB; }
span { border-color: rgb(26,206,203); }
td.TdClassName
{
border-color: #1ACECB;
}
.TagClassName
{
border-color: #1ACECB;
}
</style>