Shades of Summer Sky #21BEDA
Tints of Summer Sky #21BEDA
RGB
CMYK
RGB Variations
Color information
#21BEDA (or 0x21BEDA) is known color: Summer Sky. HEX triplet: 21, BE and DA. RGB value is (33,190,218). Sum of RGB (Red+Green+Blue) = 33+190+218=441 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.48% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #21BEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BEDA is #DE4125. Grayscale: #919191. Windows color (decimal): -14565670 or 14335521. OLE color: 14335521.
HSL color Cylindrical-coordinate representation of color #21BEDA: hue angle of 189.08º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21BEDA is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 190 | 218 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.15 |
| HSL | 189.08º | 0.74% | 0.49% | - |
| HSV(B) | 189.08º | 0.85% | 0.85% | - |
| XYZ | 31.7 | 42.21 | 72.81 | - |
| YUV | 146.25 | 168.49 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 218 | 0.85 | 0.13 | 0 | 0.15 | 189.08 | 0.74 | 0.49 |
| Hex | 21 | BE | DA | 55 | D | 0 | F | BD | 4A | 31 |
| Octal | 41 | 276 | 332 | 125 | 15 | 0 | 17 | 275 | 112 | 61 |
| Binary | 100001 | 10111110 | 11011010 | 1010101 | 1101 | 0 | 1111 | 10111101 | 1001010 | 110001 |
Color Harmonies of #21BEDA
Complementary color
Monochromatic Colors of #21BEDA
Black with #21BEDA
Text Example
Text Example
White with #21BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEDA; }
p { color: rgb(33,190,218); }
H1.HeaderClassName
{
color: #21BEDA;
}
.AnyTagClassName
{
color: #21BEDA;
}
</style>
background-color css
<style>
a { background-color: #21BEDA; }
a { background-color: rgb(33,190,218); }
div.DivClassName
{
background-color: #21BEDA;
}
.BgClassName
{
background-color: #21BEDA;
}
</style>
border-color css
<style>
span { border-color: #21BEDA; }
span { border-color: rgb(33,190,218); }
td.TdClassName
{
border-color: #21BEDA;
}
.TagClassName
{
border-color: #21BEDA;
}
</style>