Shades of Robin's Egg Blue #1CCBCD
Tints of Robin's Egg Blue #1CCBCD
RGB
CMYK
RGB Variations
Color information
#1CCBCD (or 0x1CCBCD) is known color: Robin's Egg Blue. HEX triplet: 1C, CB and CD. RGB value is (28,203,205). Sum of RGB (Red+Green+Blue) = 28+203+205=436 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.42% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #1CCBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCBCD is #E33432. Grayscale: #969696. Windows color (decimal): -14890035 or 13486876. OLE color: 13486876.
HSL color Cylindrical-coordinate representation of color #1CCBCD: hue angle of 180.68º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCBCD is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 203 | 205 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.20 |
| HSL | 180.68º | 0.76% | 0.46% | - |
| HSV(B) | 180.68º | 0.86% | 0.8% | - |
| XYZ | 32.85 | 47.37 | 65.17 | - |
| YUV | 150.9 | 158.52 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 205 | 0.86 | 0.01 | 0 | 0.20 | 180.68 | 0.76 | 0.46 |
| Hex | 1C | CB | CD | 56 | 1 | 0 | 14 | B5 | 4C | 2E |
| Octal | 34 | 313 | 315 | 126 | 1 | 0 | 24 | 265 | 114 | 56 |
| Binary | 11100 | 11001011 | 11001101 | 1010110 | 1 | 0 | 10100 | 10110101 | 1001100 | 101110 |
Color Harmonies of #1CCBCD
Complementary color
Monochromatic Colors of #1CCBCD
Black with #1CCBCD
Text Example
Text Example
White with #1CCBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCBCD; }
p { color: rgb(28,203,205); }
H1.HeaderClassName
{
color: #1CCBCD;
}
.AnyTagClassName
{
color: #1CCBCD;
}
</style>
background-color css
<style>
a { background-color: #1CCBCD; }
a { background-color: rgb(28,203,205); }
div.DivClassName
{
background-color: #1CCBCD;
}
.BgClassName
{
background-color: #1CCBCD;
}
</style>
border-color css
<style>
span { border-color: #1CCBCD; }
span { border-color: rgb(28,203,205); }
td.TdClassName
{
border-color: #1CCBCD;
}
.TagClassName
{
border-color: #1CCBCD;
}
</style>