Shades of Deep Sky Blue #21BDFF
Tints of Deep Sky Blue #21BDFF
RGB
CMYK
RGB Variations
Color information
#21BDFF (or 0x21BDFF) is known color: Deep Sky Blue. HEX triplet: 21, BD and FF. RGB value is (33,189,255). Sum of RGB (Red+Green+Blue) = 33+189+255=477 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.92% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #21BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BDFF is #DE4200. Grayscale: #959595. Windows color (decimal): -14565889 or 16760097. OLE color: 16760097.
HSL color Cylindrical-coordinate representation of color #21BDFF: hue angle of 197.84º 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 #21BDFF is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 189 | 255 | - |
| CMYK | 0.87 | 0.26 | 0 | 0 |
| HSL | 197.84º | 1% | 0.56% | - |
| HSV(B) | 197.84º | 0.87% | 1% | - |
| XYZ | 36.87 | 43.94 | 101.15 | - |
| YUV | 149.88 | 187.32 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 255 | 0.87 | 0.26 | 0 | 0 | 197.84 | 1 | 0.56 |
| Hex | 21 | BD | FF | 57 | 1A | 0 | 0 | C6 | 64 | 38 |
| Octal | 41 | 275 | 377 | 127 | 32 | 0 | 0 | 306 | 144 | 70 |
| Binary | 100001 | 10111101 | 11111111 | 1010111 | 11010 | 0 | 0 | 11000110 | 1100100 | 111000 |
Color Harmonies of #21BDFF
Complementary color
Monochromatic Colors of #21BDFF
Black with #21BDFF
Text Example
Text Example
White with #21BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BDFF; }
p { color: rgb(33,189,255); }
H1.HeaderClassName
{
color: #21BDFF;
}
.AnyTagClassName
{
color: #21BDFF;
}
</style>
background-color css
<style>
a { background-color: #21BDFF; }
a { background-color: rgb(33,189,255); }
div.DivClassName
{
background-color: #21BDFF;
}
.BgClassName
{
background-color: #21BDFF;
}
</style>
border-color css
<style>
span { border-color: #21BDFF; }
span { border-color: rgb(33,189,255); }
td.TdClassName
{
border-color: #21BDFF;
}
.TagClassName
{
border-color: #21BDFF;
}
</style>