Shades of Robin's Egg Blue #1AC4CE
Tints of Robin's Egg Blue #1AC4CE
RGB
CMYK
RGB Variations
Color information
#1AC4CE (or 0x1AC4CE) is known color: Robin's Egg Blue. HEX triplet: 1A, C4 and CE. RGB value is (26,196,206). Sum of RGB (Red+Green+Blue) = 26+196+206=428 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.07% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #1AC4CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC4CE is #E53B31. Grayscale: #929292. Windows color (decimal): -15022898 or 13550618. OLE color: 13550618.
HSL color Cylindrical-coordinate representation of color #1AC4CE: hue angle of 183.33º 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 #1AC4CE is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 196 | 206 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.19 |
| HSL | 183.33º | 0.78% | 0.45% | - |
| HSV(B) | 183.33º | 0.87% | 0.81% | - |
| XYZ | 31.31 | 44.16 | 65.27 | - |
| YUV | 146.31 | 161.68 | 42.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 196 | 206 | 0.87 | 0.05 | 0 | 0.19 | 183.33 | 0.78 | 0.45 |
| Hex | 1A | C4 | CE | 57 | 5 | 0 | 13 | B7 | 4E | 2D |
| Octal | 32 | 304 | 316 | 127 | 5 | 0 | 23 | 267 | 116 | 55 |
| Binary | 11010 | 11000100 | 11001110 | 1010111 | 101 | 0 | 10011 | 10110111 | 1001110 | 101101 |
Color Harmonies of #1AC4CE
Complementary color
Monochromatic Colors of #1AC4CE
Black with #1AC4CE
Text Example
Text Example
White with #1AC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC4CE; }
p { color: rgb(26,196,206); }
H1.HeaderClassName
{
color: #1AC4CE;
}
.AnyTagClassName
{
color: #1AC4CE;
}
</style>
background-color css
<style>
a { background-color: #1AC4CE; }
a { background-color: rgb(26,196,206); }
div.DivClassName
{
background-color: #1AC4CE;
}
.BgClassName
{
background-color: #1AC4CE;
}
</style>
border-color css
<style>
span { border-color: #1AC4CE; }
span { border-color: rgb(26,196,206); }
td.TdClassName
{
border-color: #1AC4CE;
}
.TagClassName
{
border-color: #1AC4CE;
}
</style>