Shades of Robin's Egg Blue #1CCBCB
Tints of Robin's Egg Blue #1CCBCB
RGB
CMYK
RGB Variations
Color information
#1CCBCB (or 0x1CCBCB) is known color: Robin's Egg Blue. HEX triplet: 1C, CB and CB. RGB value is (28,203,203). Sum of RGB (Red+Green+Blue) = 28+203+203=434 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.45% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #1CCBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCBCB is #E33434. Grayscale: #969696. Windows color (decimal): -14890037 or 13355804. OLE color: 13355804.
HSL color Cylindrical-coordinate representation of color #1CCBCB: hue angle of 180º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCBCB is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 203 | 203 | - |
| CMYK | 0.86 | 0 | 0 | 0.20 |
| HSL | 180º | 0.76% | 0.45% | - |
| HSV(B) | 180º | 0.86% | 0.8% | - |
| XYZ | 32.61 | 47.27 | 63.91 | - |
| YUV | 150.68 | 157.52 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 203 | 0.86 | 0 | 0 | 0.20 | 180 | 0.76 | 0.45 |
| Hex | 1C | CB | CB | 56 | 0 | 0 | 14 | B4 | 4C | 2D |
| Octal | 34 | 313 | 313 | 126 | 0 | 0 | 24 | 264 | 114 | 55 |
| Binary | 11100 | 11001011 | 11001011 | 1010110 | 0 | 0 | 10100 | 10110100 | 1001100 | 101101 |
Color Harmonies of #1CCBCB
Complementary color
Monochromatic Colors of #1CCBCB
Black with #1CCBCB
Text Example
Text Example
White with #1CCBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCBCB; }
p { color: rgb(28,203,203); }
H1.HeaderClassName
{
color: #1CCBCB;
}
.AnyTagClassName
{
color: #1CCBCB;
}
</style>
background-color css
<style>
a { background-color: #1CCBCB; }
a { background-color: rgb(28,203,203); }
div.DivClassName
{
background-color: #1CCBCB;
}
.BgClassName
{
background-color: #1CCBCB;
}
</style>
border-color css
<style>
span { border-color: #1CCBCB; }
span { border-color: rgb(28,203,203); }
td.TdClassName
{
border-color: #1CCBCB;
}
.TagClassName
{
border-color: #1CCBCB;
}
</style>