Shades of Summer Sky #21CBEA
Tints of Summer Sky #21CBEA
RGB
CMYK
RGB Variations
Color information
#21CBEA (or 0x21CBEA) is known color: Summer Sky. HEX triplet: 21, CB and EA. RGB value is (33,203,234). Sum of RGB (Red+Green+Blue) = 33+203+234=470 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.02% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #21CBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CBEA is #DE3415. Grayscale: #9B9B9B. Windows color (decimal): -14562326 or 15387425. OLE color: 15387425.
HSL color Cylindrical-coordinate representation of color #21CBEA: hue angle of 189.25º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CBEA is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 203 | 234 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.08 |
| HSL | 189.25º | 0.83% | 0.52% | - |
| HSV(B) | 189.25º | 0.86% | 0.92% | - |
| XYZ | 36.83 | 48.98 | 85.35 | - |
| YUV | 155.7 | 172.18 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 234 | 0.86 | 0.13 | 0 | 0.08 | 189.25 | 0.83 | 0.52 |
| Hex | 21 | CB | EA | 56 | D | 0 | 8 | BD | 53 | 34 |
| Octal | 41 | 313 | 352 | 126 | 15 | 0 | 10 | 275 | 123 | 64 |
| Binary | 100001 | 11001011 | 11101010 | 1010110 | 1101 | 0 | 1000 | 10111101 | 1010011 | 110100 |
Color Harmonies of #21CBEA
Complementary color
Monochromatic Colors of #21CBEA
Black with #21CBEA
Text Example
Text Example
White with #21CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CBEA; }
p { color: rgb(33,203,234); }
H1.HeaderClassName
{
color: #21CBEA;
}
.AnyTagClassName
{
color: #21CBEA;
}
</style>
background-color css
<style>
a { background-color: #21CBEA; }
a { background-color: rgb(33,203,234); }
div.DivClassName
{
background-color: #21CBEA;
}
.BgClassName
{
background-color: #21CBEA;
}
</style>
border-color css
<style>
span { border-color: #21CBEA; }
span { border-color: rgb(33,203,234); }
td.TdClassName
{
border-color: #21CBEA;
}
.TagClassName
{
border-color: #21CBEA;
}
</style>