Shades of Deep Sky Blue #21CDFF
Tints of Deep Sky Blue #21CDFF
RGB
CMYK
RGB Variations
Color information
#21CDFF (or 0x21CDFF) is known color: Deep Sky Blue. HEX triplet: 21, CD and FF. RGB value is (33,205,255). Sum of RGB (Red+Green+Blue) = 33+205+255=493 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.69% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #21CDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CDFF is #DE3200. Grayscale: #9E9E9E. Windows color (decimal): -14561793 or 16764193. OLE color: 16764193.
HSL color Cylindrical-coordinate representation of color #21CDFF: hue angle of 193.51º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21CDFF is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 205 | 255 | - |
| CMYK | 0.87 | 0.20 | 0 | 0 |
| HSL | 193.51º | 1% | 0.56% | - |
| HSV(B) | 193.51º | 0.87% | 1% | - |
| XYZ | 40.51 | 51.21 | 102.36 | - |
| YUV | 159.27 | 182.02 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 205 | 255 | 0.87 | 0.20 | 0 | 0 | 193.51 | 1 | 0.56 |
| Hex | 21 | CD | FF | 57 | 14 | 0 | 0 | C2 | 64 | 38 |
| Octal | 41 | 315 | 377 | 127 | 24 | 0 | 0 | 302 | 144 | 70 |
| Binary | 100001 | 11001101 | 11111111 | 1010111 | 10100 | 0 | 0 | 11000010 | 1100100 | 111000 |
Color Harmonies of #21CDFF
Complementary color
Monochromatic Colors of #21CDFF
Black with #21CDFF
Text Example
Text Example
White with #21CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CDFF; }
p { color: rgb(33,205,255); }
H1.HeaderClassName
{
color: #21CDFF;
}
.AnyTagClassName
{
color: #21CDFF;
}
</style>
background-color css
<style>
a { background-color: #21CDFF; }
a { background-color: rgb(33,205,255); }
div.DivClassName
{
background-color: #21CDFF;
}
.BgClassName
{
background-color: #21CDFF;
}
</style>
border-color css
<style>
span { border-color: #21CDFF; }
span { border-color: rgb(33,205,255); }
td.TdClassName
{
border-color: #21CDFF;
}
.TagClassName
{
border-color: #21CDFF;
}
</style>