Shades of Robin's Egg Blue #15CBCC
Tints of Robin's Egg Blue #15CBCC
RGB
CMYK
RGB Variations
Color information
#15CBCC (or 0x15CBCC) is known color: Robin's Egg Blue. HEX triplet: 15, CB and CC. RGB value is (21,203,204). Sum of RGB (Red+Green+Blue) = 21+203+204=428 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.91% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #15CBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CBCC is #EA3433. Grayscale: #949494. Windows color (decimal): -15348788 or 13421333. OLE color: 13421333.
HSL color Cylindrical-coordinate representation of color #15CBCC: hue angle of 180.33º 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 #15CBCC is Cyan = 0.90, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 203 | 204 | - |
| CMYK | 0.90 | 0.00 | 0 | 0.2 |
| HSL | 180.33º | 0.81% | 0.44% | - |
| HSV(B) | 180.33º | 0.9% | 0.8% | - |
| XYZ | 32.56 | 47.23 | 64.53 | - |
| YUV | 148.7 | 159.2 | 36.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 204 | 0.90 | 0.00 | 0 | 0.2 | 180.33 | 0.81 | 0.44 |
| Hex | 15 | CB | CC | 5A | 0 | 0 | 14 | B4 | 51 | 2C |
| Octal | 25 | 313 | 314 | 132 | 0 | 0 | 24 | 264 | 121 | 54 |
| Binary | 10101 | 11001011 | 11001100 | 1011010 | 0 | 0 | 10100 | 10110100 | 1010001 | 101100 |
Color Harmonies of #15CBCC
Complementary color
Monochromatic Colors of #15CBCC
Black with #15CBCC
Text Example
Text Example
White with #15CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CBCC; }
p { color: rgb(21,203,204); }
H1.HeaderClassName
{
color: #15CBCC;
}
.AnyTagClassName
{
color: #15CBCC;
}
</style>
background-color css
<style>
a { background-color: #15CBCC; }
a { background-color: rgb(21,203,204); }
div.DivClassName
{
background-color: #15CBCC;
}
.BgClassName
{
background-color: #15CBCC;
}
</style>
border-color css
<style>
span { border-color: #15CBCC; }
span { border-color: rgb(21,203,204); }
td.TdClassName
{
border-color: #15CBCC;
}
.TagClassName
{
border-color: #15CBCC;
}
</style>