Shades of Deep Sky Blue #21C5FF
Tints of Deep Sky Blue #21C5FF
RGB
CMYK
RGB Variations
Color information
#21C5FF (or 0x21C5FF) is known color: Deep Sky Blue. HEX triplet: 21, C5 and FF. RGB value is (33,197,255). Sum of RGB (Red+Green+Blue) = 33+197+255=485 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.80% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #21C5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C5FF is #DE3A00. Grayscale: #9A9A9A. Windows color (decimal): -14563841 or 16762145. OLE color: 16762145.
HSL color Cylindrical-coordinate representation of color #21C5FF: hue angle of 195.68º 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 #21C5FF is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 197 | 255 | - |
| CMYK | 0.87 | 0.23 | 0 | 0 |
| HSL | 195.68º | 1% | 0.56% | - |
| HSV(B) | 195.68º | 0.87% | 1% | - |
| XYZ | 38.64 | 47.48 | 101.73 | - |
| YUV | 154.58 | 184.67 | 41.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 197 | 255 | 0.87 | 0.23 | 0 | 0 | 195.68 | 1 | 0.56 |
| Hex | 21 | C5 | FF | 57 | 17 | 0 | 0 | C4 | 64 | 38 |
| Octal | 41 | 305 | 377 | 127 | 27 | 0 | 0 | 304 | 144 | 70 |
| Binary | 100001 | 11000101 | 11111111 | 1010111 | 10111 | 0 | 0 | 11000100 | 1100100 | 111000 |
Color Harmonies of #21C5FF
Complementary color
Monochromatic Colors of #21C5FF
Black with #21C5FF
Text Example
Text Example
White with #21C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C5FF; }
p { color: rgb(33,197,255); }
H1.HeaderClassName
{
color: #21C5FF;
}
.AnyTagClassName
{
color: #21C5FF;
}
</style>
background-color css
<style>
a { background-color: #21C5FF; }
a { background-color: rgb(33,197,255); }
div.DivClassName
{
background-color: #21C5FF;
}
.BgClassName
{
background-color: #21C5FF;
}
</style>
border-color css
<style>
span { border-color: #21C5FF; }
span { border-color: rgb(33,197,255); }
td.TdClassName
{
border-color: #21C5FF;
}
.TagClassName
{
border-color: #21C5FF;
}
</style>