Shades of Summer Sky #21CBEB
Tints of Summer Sky #21CBEB
RGB
CMYK
RGB Variations
Color information
#21CBEB (or 0x21CBEB) is known color: Summer Sky. HEX triplet: 21, CB and EB. RGB value is (33,203,235). Sum of RGB (Red+Green+Blue) = 33+203+235=471 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.01% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #21CBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CBEB is #DE3414. Grayscale: #9B9B9B. Windows color (decimal): -14562325 or 15452961. OLE color: 15452961.
HSL color Cylindrical-coordinate representation of color #21CBEB: hue angle of 189.5º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CBEB is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 203 | 235 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.08 |
| HSL | 189.5º | 0.83% | 0.53% | - |
| HSV(B) | 189.5º | 0.86% | 0.92% | - |
| XYZ | 36.98 | 49.03 | 86.11 | - |
| YUV | 155.82 | 172.68 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 235 | 0.86 | 0.14 | 0 | 0.08 | 189.5 | 0.83 | 0.53 |
| Hex | 21 | CB | EB | 56 | E | 0 | 8 | BE | 53 | 35 |
| Octal | 41 | 313 | 353 | 126 | 16 | 0 | 10 | 276 | 123 | 65 |
| Binary | 100001 | 11001011 | 11101011 | 1010110 | 1110 | 0 | 1000 | 10111110 | 1010011 | 110101 |
Color Harmonies of #21CBEB
Complementary color
Monochromatic Colors of #21CBEB
Black with #21CBEB
Text Example
Text Example
White with #21CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CBEB; }
p { color: rgb(33,203,235); }
H1.HeaderClassName
{
color: #21CBEB;
}
.AnyTagClassName
{
color: #21CBEB;
}
</style>
background-color css
<style>
a { background-color: #21CBEB; }
a { background-color: rgb(33,203,235); }
div.DivClassName
{
background-color: #21CBEB;
}
.BgClassName
{
background-color: #21CBEB;
}
</style>
border-color css
<style>
span { border-color: #21CBEB; }
span { border-color: rgb(33,203,235); }
td.TdClassName
{
border-color: #21CBEB;
}
.TagClassName
{
border-color: #21CBEB;
}
</style>