Shades of Summer Sky #21BBEB
Tints of Summer Sky #21BBEB
RGB
CMYK
RGB Variations
Color information
#21BBEB (or 0x21BBEB) is known color: Summer Sky. HEX triplet: 21, BB and EB. RGB value is (33,187,235). Sum of RGB (Red+Green+Blue) = 33+187+235=455 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.25% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #21BBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BBEB is #DE4414. Grayscale: #929292. Windows color (decimal): -14566421 or 15448865. OLE color: 15448865.
HSL color Cylindrical-coordinate representation of color #21BBEB: hue angle of 194.26º 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 #21BBEB is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 187 | 235 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.08 |
| HSL | 194.26º | 0.83% | 0.53% | - |
| HSV(B) | 194.26º | 0.86% | 0.92% | - |
| XYZ | 33.39 | 41.86 | 84.92 | - |
| YUV | 146.43 | 177.98 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 187 | 235 | 0.86 | 0.20 | 0 | 0.08 | 194.26 | 0.83 | 0.53 |
| Hex | 21 | BB | EB | 56 | 14 | 0 | 8 | C2 | 53 | 35 |
| Octal | 41 | 273 | 353 | 126 | 24 | 0 | 10 | 302 | 123 | 65 |
| Binary | 100001 | 10111011 | 11101011 | 1010110 | 10100 | 0 | 1000 | 11000010 | 1010011 | 110101 |
Color Harmonies of #21BBEB
Complementary color
Monochromatic Colors of #21BBEB
Black with #21BBEB
Text Example
Text Example
White with #21BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BBEB; }
p { color: rgb(33,187,235); }
H1.HeaderClassName
{
color: #21BBEB;
}
.AnyTagClassName
{
color: #21BBEB;
}
</style>
background-color css
<style>
a { background-color: #21BBEB; }
a { background-color: rgb(33,187,235); }
div.DivClassName
{
background-color: #21BBEB;
}
.BgClassName
{
background-color: #21BBEB;
}
</style>
border-color css
<style>
span { border-color: #21BBEB; }
span { border-color: rgb(33,187,235); }
td.TdClassName
{
border-color: #21BBEB;
}
.TagClassName
{
border-color: #21BBEB;
}
</style>