Shades of Summer Sky #21BEDF
Tints of Summer Sky #21BEDF
RGB
CMYK
RGB Variations
Color information
#21BEDF (or 0x21BEDF) is known color: Summer Sky. HEX triplet: 21, BE and DF. RGB value is (33,190,223). Sum of RGB (Red+Green+Blue) = 33+190+223=446 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.40% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #21BEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BEDF is #DE4120. Grayscale: #929292. Windows color (decimal): -14565665 or 14663201. OLE color: 14663201.
HSL color Cylindrical-coordinate representation of color #21BEDF: hue angle of 190.42º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21BEDF is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 190 | 223 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.13 |
| HSL | 190.42º | 0.75% | 0.5% | - |
| HSV(B) | 190.42º | 0.85% | 0.87% | - |
| XYZ | 32.36 | 42.48 | 76.31 | - |
| YUV | 146.82 | 170.99 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 223 | 0.85 | 0.15 | 0 | 0.13 | 190.42 | 0.75 | 0.5 |
| Hex | 21 | BE | DF | 55 | F | 0 | D | BE | 4B | 32 |
| Octal | 41 | 276 | 337 | 125 | 17 | 0 | 15 | 276 | 113 | 62 |
| Binary | 100001 | 10111110 | 11011111 | 1010101 | 1111 | 0 | 1101 | 10111110 | 1001011 | 110010 |
Color Harmonies of #21BEDF
Complementary color
Monochromatic Colors of #21BEDF
Black with #21BEDF
Text Example
Text Example
White with #21BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEDF; }
p { color: rgb(33,190,223); }
H1.HeaderClassName
{
color: #21BEDF;
}
.AnyTagClassName
{
color: #21BEDF;
}
</style>
background-color css
<style>
a { background-color: #21BEDF; }
a { background-color: rgb(33,190,223); }
div.DivClassName
{
background-color: #21BEDF;
}
.BgClassName
{
background-color: #21BEDF;
}
</style>
border-color css
<style>
span { border-color: #21BEDF; }
span { border-color: rgb(33,190,223); }
td.TdClassName
{
border-color: #21BEDF;
}
.TagClassName
{
border-color: #21BEDF;
}
</style>