Shades of Deep Sky Blue #21CDFE
Tints of Deep Sky Blue #21CDFE
RGB
CMYK
RGB Variations
Color information
#21CDFE (or 0x21CDFE) is known color: Deep Sky Blue. HEX triplet: 21, CD and FE. RGB value is (33,205,254). Sum of RGB (Red+Green+Blue) = 33+205+254=492 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.71% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #21CDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CDFE is #DE3201. Grayscale: #9E9E9E. Windows color (decimal): -14561794 or 16698657. OLE color: 16698657.
HSL color Cylindrical-coordinate representation of color #21CDFE: hue angle of 193.3º 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 #21CDFE is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 205 | 254 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.00 |
| HSL | 193.3º | 0.99% | 0.56% | - |
| HSV(B) | 193.3º | 0.87% | 1% | - |
| XYZ | 40.35 | 51.14 | 101.51 | - |
| YUV | 159.16 | 181.52 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 205 | 254 | 0.87 | 0.19 | 0 | 0.00 | 193.3 | 0.99 | 0.56 |
| Hex | 21 | CD | FE | 57 | 13 | 0 | 0 | C1 | 63 | 38 |
| Octal | 41 | 315 | 376 | 127 | 23 | 0 | 0 | 301 | 143 | 70 |
| Binary | 100001 | 11001101 | 11111110 | 1010111 | 10011 | 0 | 0 | 11000001 | 1100011 | 111000 |
Color Harmonies of #21CDFE
Complementary color
Monochromatic Colors of #21CDFE
Black with #21CDFE
Text Example
Text Example
White with #21CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CDFE; }
p { color: rgb(33,205,254); }
H1.HeaderClassName
{
color: #21CDFE;
}
.AnyTagClassName
{
color: #21CDFE;
}
</style>
background-color css
<style>
a { background-color: #21CDFE; }
a { background-color: rgb(33,205,254); }
div.DivClassName
{
background-color: #21CDFE;
}
.BgClassName
{
background-color: #21CDFE;
}
</style>
border-color css
<style>
span { border-color: #21CDFE; }
span { border-color: rgb(33,205,254); }
td.TdClassName
{
border-color: #21CDFE;
}
.TagClassName
{
border-color: #21CDFE;
}
</style>