Shades of Deep Sky Blue #21C5FB
Tints of Deep Sky Blue #21C5FB
RGB
CMYK
RGB Variations
Color information
#21C5FB (or 0x21C5FB) is known color: Deep Sky Blue. HEX triplet: 21, C5 and FB. RGB value is (33,197,251). Sum of RGB (Red+Green+Blue) = 33+197+251=481 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.86% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #21C5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C5FB is #DE3A04. Grayscale: #999999. Windows color (decimal): -14563845 or 16500001. OLE color: 16500001.
HSL color Cylindrical-coordinate representation of color #21C5FB: hue angle of 194.86º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21C5FB is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 197 | 251 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.02 |
| HSL | 194.86º | 0.96% | 0.56% | - |
| HSV(B) | 194.86º | 0.87% | 0.98% | - |
| XYZ | 38.01 | 47.22 | 98.38 | - |
| YUV | 154.12 | 182.67 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 197 | 251 | 0.87 | 0.22 | 0 | 0.02 | 194.86 | 0.96 | 0.56 |
| Hex | 21 | C5 | FB | 57 | 16 | 0 | 2 | C3 | 60 | 38 |
| Octal | 41 | 305 | 373 | 127 | 26 | 0 | 2 | 303 | 140 | 70 |
| Binary | 100001 | 11000101 | 11111011 | 1010111 | 10110 | 0 | 10 | 11000011 | 1100000 | 111000 |
Color Harmonies of #21C5FB
Complementary color
Monochromatic Colors of #21C5FB
Black with #21C5FB
Text Example
Text Example
White with #21C5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C5FB; }
p { color: rgb(33,197,251); }
H1.HeaderClassName
{
color: #21C5FB;
}
.AnyTagClassName
{
color: #21C5FB;
}
</style>
background-color css
<style>
a { background-color: #21C5FB; }
a { background-color: rgb(33,197,251); }
div.DivClassName
{
background-color: #21C5FB;
}
.BgClassName
{
background-color: #21C5FB;
}
</style>
border-color css
<style>
span { border-color: #21C5FB; }
span { border-color: rgb(33,197,251); }
td.TdClassName
{
border-color: #21C5FB;
}
.TagClassName
{
border-color: #21C5FB;
}
</style>