Shades of Summer Sky #21B2EF
Tints of Summer Sky #21B2EF
RGB
CMYK
RGB Variations
Color information
#21B2EF (or 0x21B2EF) is known color: Summer Sky. HEX triplet: 21, B2 and EF. RGB value is (33,178,239). Sum of RGB (Red+Green+Blue) = 33+178+239=450 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.33% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #21B2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21B2EF is #DE4D10. Grayscale: #8D8D8D. Windows color (decimal): -14568721 or 15708705. OLE color: 15708705.
HSL color Cylindrical-coordinate representation of color #21B2EF: hue angle of 197.77º 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 #21B2EF is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 178 | 239 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.06 |
| HSL | 197.77º | 0.87% | 0.53% | - |
| HSV(B) | 197.77º | 0.86% | 0.94% | - |
| XYZ | 32.13 | 38.4 | 87.38 | - |
| YUV | 141.6 | 182.96 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 178 | 239 | 0.86 | 0.26 | 0 | 0.06 | 197.77 | 0.87 | 0.53 |
| Hex | 21 | B2 | EF | 56 | 1A | 0 | 6 | C6 | 57 | 35 |
| Octal | 41 | 262 | 357 | 126 | 32 | 0 | 6 | 306 | 127 | 65 |
| Binary | 100001 | 10110010 | 11101111 | 1010110 | 11010 | 0 | 110 | 11000110 | 1010111 | 110101 |
Color Harmonies of #21B2EF
Complementary color
Monochromatic Colors of #21B2EF
Black with #21B2EF
Text Example
Text Example
White with #21B2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B2EF; }
p { color: rgb(33,178,239); }
H1.HeaderClassName
{
color: #21B2EF;
}
.AnyTagClassName
{
color: #21B2EF;
}
</style>
background-color css
<style>
a { background-color: #21B2EF; }
a { background-color: rgb(33,178,239); }
div.DivClassName
{
background-color: #21B2EF;
}
.BgClassName
{
background-color: #21B2EF;
}
</style>
border-color css
<style>
span { border-color: #21B2EF; }
span { border-color: rgb(33,178,239); }
td.TdClassName
{
border-color: #21B2EF;
}
.TagClassName
{
border-color: #21B2EF;
}
</style>