Shades of Deep Sky Blue #21BFFC
Tints of Deep Sky Blue #21BFFC
RGB
CMYK
RGB Variations
Color information
#21BFFC (or 0x21BFFC) is known color: Deep Sky Blue. HEX triplet: 21, BF and FC. RGB value is (33,191,252). Sum of RGB (Red+Green+Blue) = 33+191+252=476 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.93% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #21BFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BFFC is #DE4003. Grayscale: #969696. Windows color (decimal): -14565380 or 16564001. OLE color: 16564001.
HSL color Cylindrical-coordinate representation of color #21BFFC: hue angle of 196.71º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21BFFC is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 191 | 252 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.01 |
| HSL | 196.71º | 0.97% | 0.56% | - |
| HSV(B) | 196.71º | 0.87% | 0.99% | - |
| XYZ | 36.83 | 44.61 | 98.77 | - |
| YUV | 150.71 | 185.15 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 252 | 0.87 | 0.24 | 0 | 0.01 | 196.71 | 0.97 | 0.56 |
| Hex | 21 | BF | FC | 57 | 18 | 0 | 1 | C5 | 61 | 38 |
| Octal | 41 | 277 | 374 | 127 | 30 | 0 | 1 | 305 | 141 | 70 |
| Binary | 100001 | 10111111 | 11111100 | 1010111 | 11000 | 0 | 1 | 11000101 | 1100001 | 111000 |
Color Harmonies of #21BFFC
Complementary color
Monochromatic Colors of #21BFFC
Black with #21BFFC
Text Example
Text Example
White with #21BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BFFC; }
p { color: rgb(33,191,252); }
H1.HeaderClassName
{
color: #21BFFC;
}
.AnyTagClassName
{
color: #21BFFC;
}
</style>
background-color css
<style>
a { background-color: #21BFFC; }
a { background-color: rgb(33,191,252); }
div.DivClassName
{
background-color: #21BFFC;
}
.BgClassName
{
background-color: #21BFFC;
}
</style>
border-color css
<style>
span { border-color: #21BFFC; }
span { border-color: rgb(33,191,252); }
td.TdClassName
{
border-color: #21BFFC;
}
.TagClassName
{
border-color: #21BFFC;
}
</style>