Shades of Summer Sky #21B5EA
Tints of Summer Sky #21B5EA
RGB
CMYK
RGB Variations
Color information
#21B5EA (or 0x21B5EA) is known color: Summer Sky. HEX triplet: 21, B5 and EA. RGB value is (33,181,234). Sum of RGB (Red+Green+Blue) = 33+181+234=448 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.37% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #21B5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21B5EA is #DE4A15. Grayscale: #8E8E8E. Windows color (decimal): -14567958 or 15381793. OLE color: 15381793.
HSL color Cylindrical-coordinate representation of color #21B5EA: hue angle of 195.82º 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 #21B5EA is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 181 | 234 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.08 |
| HSL | 195.82º | 0.83% | 0.52% | - |
| HSV(B) | 195.82º | 0.86% | 0.92% | - |
| XYZ | 32 | 39.31 | 83.74 | - |
| YUV | 142.79 | 179.47 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 181 | 234 | 0.86 | 0.23 | 0 | 0.08 | 195.82 | 0.83 | 0.52 |
| Hex | 21 | B5 | EA | 56 | 17 | 0 | 8 | C4 | 53 | 34 |
| Octal | 41 | 265 | 352 | 126 | 27 | 0 | 10 | 304 | 123 | 64 |
| Binary | 100001 | 10110101 | 11101010 | 1010110 | 10111 | 0 | 1000 | 11000100 | 1010011 | 110100 |
Color Harmonies of #21B5EA
Complementary color
Monochromatic Colors of #21B5EA
Black with #21B5EA
Text Example
Text Example
White with #21B5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B5EA; }
p { color: rgb(33,181,234); }
H1.HeaderClassName
{
color: #21B5EA;
}
.AnyTagClassName
{
color: #21B5EA;
}
</style>
background-color css
<style>
a { background-color: #21B5EA; }
a { background-color: rgb(33,181,234); }
div.DivClassName
{
background-color: #21B5EA;
}
.BgClassName
{
background-color: #21B5EA;
}
</style>
border-color css
<style>
span { border-color: #21B5EA; }
span { border-color: rgb(33,181,234); }
td.TdClassName
{
border-color: #21B5EA;
}
.TagClassName
{
border-color: #21B5EA;
}
</style>