Shades of Summer Sky #21BDEF
Tints of Summer Sky #21BDEF
RGB
CMYK
RGB Variations
Color information
#21BDEF (or 0x21BDEF) is known color: Summer Sky. HEX triplet: 21, BD and EF. RGB value is (33,189,239). Sum of RGB (Red+Green+Blue) = 33+189+239=461 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.16% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #21BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BDEF is #DE4210. Grayscale: #939393. Windows color (decimal): -14565905 or 15711521. OLE color: 15711521.
HSL color Cylindrical-coordinate representation of color #21BDEF: hue angle of 194.56º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21BDEF is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 189 | 239 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.06 |
| HSL | 194.56º | 0.87% | 0.53% | - |
| HSV(B) | 194.56º | 0.86% | 0.94% | - |
| XYZ | 34.4 | 42.95 | 88.14 | - |
| YUV | 148.06 | 179.32 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 239 | 0.86 | 0.21 | 0 | 0.06 | 194.56 | 0.87 | 0.53 |
| Hex | 21 | BD | EF | 56 | 15 | 0 | 6 | C3 | 57 | 35 |
| Octal | 41 | 275 | 357 | 126 | 25 | 0 | 6 | 303 | 127 | 65 |
| Binary | 100001 | 10111101 | 11101111 | 1010110 | 10101 | 0 | 110 | 11000011 | 1010111 | 110101 |
Color Harmonies of #21BDEF
Complementary color
Monochromatic Colors of #21BDEF
Black with #21BDEF
Text Example
Text Example
White with #21BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BDEF; }
p { color: rgb(33,189,239); }
H1.HeaderClassName
{
color: #21BDEF;
}
.AnyTagClassName
{
color: #21BDEF;
}
</style>
background-color css
<style>
a { background-color: #21BDEF; }
a { background-color: rgb(33,189,239); }
div.DivClassName
{
background-color: #21BDEF;
}
.BgClassName
{
background-color: #21BDEF;
}
</style>
border-color css
<style>
span { border-color: #21BDEF; }
span { border-color: rgb(33,189,239); }
td.TdClassName
{
border-color: #21BDEF;
}
.TagClassName
{
border-color: #21BDEF;
}
</style>