Shades of Deep Sky Blue #21CEF0
Tints of Deep Sky Blue #21CEF0
RGB
CMYK
RGB Variations
Color information
#21CEF0 (or 0x21CEF0) is known color: Deep Sky Blue. HEX triplet: 21, CE and F0. RGB value is (33,206,240). Sum of RGB (Red+Green+Blue) = 33+206+240=479 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.89% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #21CEF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CEF0 is #DE310F. Grayscale: #9D9D9D. Windows color (decimal): -14561552 or 15781409. OLE color: 15781409.
HSL color Cylindrical-coordinate representation of color #21CEF0: hue angle of 189.86º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CEF0 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 206 | 240 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.06 |
| HSL | 189.86º | 0.87% | 0.54% | - |
| HSV(B) | 189.86º | 0.86% | 0.94% | - |
| XYZ | 38.43 | 50.76 | 90.21 | - |
| YUV | 158.15 | 174.19 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 240 | 0.86 | 0.14 | 0 | 0.06 | 189.86 | 0.87 | 0.54 |
| Hex | 21 | CE | F0 | 56 | E | 0 | 6 | BE | 57 | 36 |
| Octal | 41 | 316 | 360 | 126 | 16 | 0 | 6 | 276 | 127 | 66 |
| Binary | 100001 | 11001110 | 11110000 | 1010110 | 1110 | 0 | 110 | 10111110 | 1010111 | 110110 |
Color Harmonies of #21CEF0
Complementary color
Monochromatic Colors of #21CEF0
Black with #21CEF0
Text Example
Text Example
White with #21CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CEF0; }
p { color: rgb(33,206,240); }
H1.HeaderClassName
{
color: #21CEF0;
}
.AnyTagClassName
{
color: #21CEF0;
}
</style>
background-color css
<style>
a { background-color: #21CEF0; }
a { background-color: rgb(33,206,240); }
div.DivClassName
{
background-color: #21CEF0;
}
.BgClassName
{
background-color: #21CEF0;
}
</style>
border-color css
<style>
span { border-color: #21CEF0; }
span { border-color: rgb(33,206,240); }
td.TdClassName
{
border-color: #21CEF0;
}
.TagClassName
{
border-color: #21CEF0;
}
</style>