Shades of Deep Sky Blue #21CFFE
Tints of Deep Sky Blue #21CFFE
RGB
CMYK
RGB Variations
Color information
#21CFFE (or 0x21CFFE) is known color: Deep Sky Blue. HEX triplet: 21, CF and FE. RGB value is (33,207,254). Sum of RGB (Red+Green+Blue) = 33+207+254=494 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.68% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #21CFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CFFE is #DE3001. Grayscale: #9F9F9F. Windows color (decimal): -14561282 or 16699169. OLE color: 16699169.
HSL color Cylindrical-coordinate representation of color #21CFFE: hue angle of 192.76º 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 #21CFFE is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 207 | 254 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.00 |
| HSL | 192.76º | 0.99% | 0.56% | - |
| HSV(B) | 192.76º | 0.87% | 1% | - |
| XYZ | 40.83 | 52.1 | 101.67 | - |
| YUV | 160.33 | 180.85 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 254 | 0.87 | 0.19 | 0 | 0.00 | 192.76 | 0.99 | 0.56 |
| Hex | 21 | CF | FE | 57 | 13 | 0 | 0 | C1 | 63 | 38 |
| Octal | 41 | 317 | 376 | 127 | 23 | 0 | 0 | 301 | 143 | 70 |
| Binary | 100001 | 11001111 | 11111110 | 1010111 | 10011 | 0 | 0 | 11000001 | 1100011 | 111000 |
Color Harmonies of #21CFFE
Complementary color
Monochromatic Colors of #21CFFE
Black with #21CFFE
Text Example
Text Example
White with #21CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFFE; }
p { color: rgb(33,207,254); }
H1.HeaderClassName
{
color: #21CFFE;
}
.AnyTagClassName
{
color: #21CFFE;
}
</style>
background-color css
<style>
a { background-color: #21CFFE; }
a { background-color: rgb(33,207,254); }
div.DivClassName
{
background-color: #21CFFE;
}
.BgClassName
{
background-color: #21CFFE;
}
</style>
border-color css
<style>
span { border-color: #21CFFE; }
span { border-color: rgb(33,207,254); }
td.TdClassName
{
border-color: #21CFFE;
}
.TagClassName
{
border-color: #21CFFE;
}
</style>