Shades of Deep Sky Blue #21BEFF
Tints of Deep Sky Blue #21BEFF
RGB
CMYK
RGB Variations
Color information
#21BEFF (or 0x21BEFF) is known color: Deep Sky Blue. HEX triplet: 21, BE and FF. RGB value is (33,190,255). Sum of RGB (Red+Green+Blue) = 33+190+255=478 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.90% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #21BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BEFF is #DE4100. Grayscale: #969696. Windows color (decimal): -14565633 or 16760353. OLE color: 16760353.
HSL color Cylindrical-coordinate representation of color #21BEFF: hue angle of 197.57º 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 #21BEFF is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 190 | 255 | - |
| CMYK | 0.87 | 0.25 | 0 | 0 |
| HSL | 197.57º | 1% | 0.56% | - |
| HSV(B) | 197.57º | 0.87% | 1% | - |
| XYZ | 37.09 | 44.37 | 101.22 | - |
| YUV | 150.47 | 186.99 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 255 | 0.87 | 0.25 | 0 | 0 | 197.57 | 1 | 0.56 |
| Hex | 21 | BE | FF | 57 | 19 | 0 | 0 | C6 | 64 | 38 |
| Octal | 41 | 276 | 377 | 127 | 31 | 0 | 0 | 306 | 144 | 70 |
| Binary | 100001 | 10111110 | 11111111 | 1010111 | 11001 | 0 | 0 | 11000110 | 1100100 | 111000 |
Color Harmonies of #21BEFF
Complementary color
Monochromatic Colors of #21BEFF
Black with #21BEFF
Text Example
Text Example
White with #21BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEFF; }
p { color: rgb(33,190,255); }
H1.HeaderClassName
{
color: #21BEFF;
}
.AnyTagClassName
{
color: #21BEFF;
}
</style>
background-color css
<style>
a { background-color: #21BEFF; }
a { background-color: rgb(33,190,255); }
div.DivClassName
{
background-color: #21BEFF;
}
.BgClassName
{
background-color: #21BEFF;
}
</style>
border-color css
<style>
span { border-color: #21BEFF; }
span { border-color: rgb(33,190,255); }
td.TdClassName
{
border-color: #21BEFF;
}
.TagClassName
{
border-color: #21BEFF;
}
</style>