Shades of Robin's Egg Blue #15CBCD
Tints of Robin's Egg Blue #15CBCD
RGB
CMYK
RGB Variations
Color information
#15CBCD (or 0x15CBCD) is known color: Robin's Egg Blue. HEX triplet: 15, CB and CD. RGB value is (21,203,205). Sum of RGB (Red+Green+Blue) = 21+203+205=429 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.90% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #15CBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CBCD is #EA3432. Grayscale: #949494. Windows color (decimal): -15348787 or 13486869. OLE color: 13486869.
HSL color Cylindrical-coordinate representation of color #15CBCD: hue angle of 180.65º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CBCD is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 203 | 205 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.20 |
| HSL | 180.65º | 0.81% | 0.44% | - |
| HSV(B) | 180.65º | 0.9% | 0.8% | - |
| XYZ | 32.68 | 47.28 | 65.16 | - |
| YUV | 148.81 | 159.7 | 36.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 205 | 0.90 | 0.01 | 0 | 0.20 | 180.65 | 0.81 | 0.44 |
| Hex | 15 | CB | CD | 5A | 1 | 0 | 14 | B5 | 51 | 2C |
| Octal | 25 | 313 | 315 | 132 | 1 | 0 | 24 | 265 | 121 | 54 |
| Binary | 10101 | 11001011 | 11001101 | 1011010 | 1 | 0 | 10100 | 10110101 | 1010001 | 101100 |
Color Harmonies of #15CBCD
Complementary color
Monochromatic Colors of #15CBCD
Black with #15CBCD
Text Example
Text Example
White with #15CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CBCD; }
p { color: rgb(21,203,205); }
H1.HeaderClassName
{
color: #15CBCD;
}
.AnyTagClassName
{
color: #15CBCD;
}
</style>
background-color css
<style>
a { background-color: #15CBCD; }
a { background-color: rgb(21,203,205); }
div.DivClassName
{
background-color: #15CBCD;
}
.BgClassName
{
background-color: #15CBCD;
}
</style>
border-color css
<style>
span { border-color: #15CBCD; }
span { border-color: rgb(21,203,205); }
td.TdClassName
{
border-color: #15CBCD;
}
.TagClassName
{
border-color: #15CBCD;
}
</style>