Shades of Deep Sky Blue #21D1FE
Tints of Deep Sky Blue #21D1FE
RGB
CMYK
RGB Variations
Color information
#21D1FE (or 0x21D1FE) is known color: Deep Sky Blue. HEX triplet: 21, D1 and FE. RGB value is (33,209,254). Sum of RGB (Red+Green+Blue) = 33+209+254=496 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.65% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #21D1FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D1FE is #DE2E01. Grayscale: #A1A1A1. Windows color (decimal): -14560770 or 16699681. OLE color: 16699681.
HSL color Cylindrical-coordinate representation of color #21D1FE: hue angle of 192.22º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21D1FE is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 209 | 254 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.00 |
| HSL | 192.22º | 0.99% | 0.56% | - |
| HSV(B) | 192.22º | 0.87% | 1% | - |
| XYZ | 41.32 | 53.08 | 101.83 | - |
| YUV | 161.51 | 180.19 | 36.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 209 | 254 | 0.87 | 0.18 | 0 | 0.00 | 192.22 | 0.99 | 0.56 |
| Hex | 21 | D1 | FE | 57 | 12 | 0 | 0 | C0 | 63 | 38 |
| Octal | 41 | 321 | 376 | 127 | 22 | 0 | 0 | 300 | 143 | 70 |
| Binary | 100001 | 11010001 | 11111110 | 1010111 | 10010 | 0 | 0 | 11000000 | 1100011 | 111000 |
Color Harmonies of #21D1FE
Complementary color
Monochromatic Colors of #21D1FE
Black with #21D1FE
Text Example
Text Example
White with #21D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D1FE; }
p { color: rgb(33,209,254); }
H1.HeaderClassName
{
color: #21D1FE;
}
.AnyTagClassName
{
color: #21D1FE;
}
</style>
background-color css
<style>
a { background-color: #21D1FE; }
a { background-color: rgb(33,209,254); }
div.DivClassName
{
background-color: #21D1FE;
}
.BgClassName
{
background-color: #21D1FE;
}
</style>
border-color css
<style>
span { border-color: #21D1FE; }
span { border-color: rgb(33,209,254); }
td.TdClassName
{
border-color: #21D1FE;
}
.TagClassName
{
border-color: #21D1FE;
}
</style>