Shades of Robin's Egg Blue #1ACBCB
Tints of Robin's Egg Blue #1ACBCB
RGB
CMYK
RGB Variations
Color information
#1ACBCB (or 0x1ACBCB) is known color: Robin's Egg Blue. HEX triplet: 1A, CB and CB. RGB value is (26,203,203). Sum of RGB (Red+Green+Blue) = 26+203+203=432 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.02% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #1ACBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACBCB is #E53434. Grayscale: #959595. Windows color (decimal): -15021109 or 13355802. OLE color: 13355802.
HSL color Cylindrical-coordinate representation of color #1ACBCB: hue angle of 180º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACBCB is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 203 | 203 | - |
| CMYK | 0.87 | 0 | 0 | 0.20 |
| HSL | 180º | 0.77% | 0.45% | - |
| HSV(B) | 180º | 0.87% | 0.8% | - |
| XYZ | 32.56 | 47.24 | 63.9 | - |
| YUV | 150.08 | 157.86 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 203 | 203 | 0.87 | 0 | 0 | 0.20 | 180 | 0.77 | 0.45 |
| Hex | 1A | CB | CB | 57 | 0 | 0 | 14 | B4 | 4D | 2D |
| Octal | 32 | 313 | 313 | 127 | 0 | 0 | 24 | 264 | 115 | 55 |
| Binary | 11010 | 11001011 | 11001011 | 1010111 | 0 | 0 | 10100 | 10110100 | 1001101 | 101101 |
Color Harmonies of #1ACBCB
Complementary color
Monochromatic Colors of #1ACBCB
Black with #1ACBCB
Text Example
Text Example
White with #1ACBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACBCB; }
p { color: rgb(26,203,203); }
H1.HeaderClassName
{
color: #1ACBCB;
}
.AnyTagClassName
{
color: #1ACBCB;
}
</style>
background-color css
<style>
a { background-color: #1ACBCB; }
a { background-color: rgb(26,203,203); }
div.DivClassName
{
background-color: #1ACBCB;
}
.BgClassName
{
background-color: #1ACBCB;
}
</style>
border-color css
<style>
span { border-color: #1ACBCB; }
span { border-color: rgb(26,203,203); }
td.TdClassName
{
border-color: #1ACBCB;
}
.TagClassName
{
border-color: #1ACBCB;
}
</style>