Shades of Deep Sky Blue #21DBFD
Tints of Deep Sky Blue #21DBFD
RGB
CMYK
RGB Variations
Color information
#21DBFD (or 0x21DBFD) is known color: Deep Sky Blue. HEX triplet: 21, DB and FD. RGB value is (33,219,253). Sum of RGB (Red+Green+Blue) = 33+219+253=505 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.53% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #21DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DBFD is #DE2402. Grayscale: #A6A6A6. Windows color (decimal): -14558211 or 16636705. OLE color: 16636705.
HSL color Cylindrical-coordinate representation of color #21DBFD: hue angle of 189.27º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21DBFD is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 219 | 253 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.01 |
| HSL | 189.27º | 0.98% | 0.56% | - |
| HSV(B) | 189.27º | 0.87% | 0.99% | - |
| XYZ | 43.69 | 58.08 | 101.84 | - |
| YUV | 167.26 | 176.38 | 32.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 219 | 253 | 0.87 | 0.13 | 0 | 0.01 | 189.27 | 0.98 | 0.56 |
| Hex | 21 | DB | FD | 57 | D | 0 | 1 | BD | 62 | 38 |
| Octal | 41 | 333 | 375 | 127 | 15 | 0 | 1 | 275 | 142 | 70 |
| Binary | 100001 | 11011011 | 11111101 | 1010111 | 1101 | 0 | 1 | 10111101 | 1100010 | 111000 |
Color Harmonies of #21DBFD
Complementary color
Monochromatic Colors of #21DBFD
Black with #21DBFD
Text Example
Text Example
White with #21DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DBFD; }
p { color: rgb(33,219,253); }
H1.HeaderClassName
{
color: #21DBFD;
}
.AnyTagClassName
{
color: #21DBFD;
}
</style>
background-color css
<style>
a { background-color: #21DBFD; }
a { background-color: rgb(33,219,253); }
div.DivClassName
{
background-color: #21DBFD;
}
.BgClassName
{
background-color: #21DBFD;
}
</style>
border-color css
<style>
span { border-color: #21DBFD; }
span { border-color: rgb(33,219,253); }
td.TdClassName
{
border-color: #21DBFD;
}
.TagClassName
{
border-color: #21DBFD;
}
</style>