Shades of Deep Sky Blue #21DCFE
Tints of Deep Sky Blue #21DCFE
RGB
CMYK
RGB Variations
Color information
#21DCFE (or 0x21DCFE) is known color: Deep Sky Blue. HEX triplet: 21, DC and FE. RGB value is (33,220,254). Sum of RGB (Red+Green+Blue) = 33+220+254=507 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.51% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #21DCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DCFE is #DE2301. Grayscale: #A7A7A7. Windows color (decimal): -14557954 or 16702497. OLE color: 16702497.
HSL color Cylindrical-coordinate representation of color #21DCFE: hue angle of 189.23º 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 #21DCFE is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 220 | 254 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.00 |
| HSL | 189.23º | 0.99% | 0.56% | - |
| HSV(B) | 189.23º | 0.87% | 1% | - |
| XYZ | 44.11 | 58.67 | 102.76 | - |
| YUV | 167.96 | 176.55 | 31.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 254 | 0.87 | 0.13 | 0 | 0.00 | 189.23 | 0.99 | 0.56 |
| Hex | 21 | DC | FE | 57 | D | 0 | 0 | BD | 63 | 38 |
| Octal | 41 | 334 | 376 | 127 | 15 | 0 | 0 | 275 | 143 | 70 |
| Binary | 100001 | 11011100 | 11111110 | 1010111 | 1101 | 0 | 0 | 10111101 | 1100011 | 111000 |
Color Harmonies of #21DCFE
Complementary color
Monochromatic Colors of #21DCFE
Black with #21DCFE
Text Example
Text Example
White with #21DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DCFE; }
p { color: rgb(33,220,254); }
H1.HeaderClassName
{
color: #21DCFE;
}
.AnyTagClassName
{
color: #21DCFE;
}
</style>
background-color css
<style>
a { background-color: #21DCFE; }
a { background-color: rgb(33,220,254); }
div.DivClassName
{
background-color: #21DCFE;
}
.BgClassName
{
background-color: #21DCFE;
}
</style>
border-color css
<style>
span { border-color: #21DCFE; }
span { border-color: rgb(33,220,254); }
td.TdClassName
{
border-color: #21DCFE;
}
.TagClassName
{
border-color: #21DCFE;
}
</style>