Shades of Deep Sky Blue #21BDF8
Tints of Deep Sky Blue #21BDF8
RGB
CMYK
RGB Variations
Color information
#21BDF8 (or 0x21BDF8) is known color: Deep Sky Blue. HEX triplet: 21, BD and F8. RGB value is (33,189,248). Sum of RGB (Red+Green+Blue) = 33+189+248=470 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.02% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 248 (97.27% from 255 or 52.77% from 470); Max value from RGB is 248 - color contains mainly: blue. Hex color #21BDF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BDF8 is #DE4207. Grayscale: #949494. Windows color (decimal): -14565896 or 16301345. OLE color: 16301345.
HSL color Cylindrical-coordinate representation of color #21BDF8: hue angle of 196.47º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21BDF8 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 189 | 248 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.03 |
| HSL | 196.47º | 0.94% | 0.55% | - |
| HSV(B) | 196.47º | 0.87% | 0.97% | - |
| XYZ | 35.77 | 43.5 | 95.32 | - |
| YUV | 149.08 | 183.82 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 248 | 0.87 | 0.24 | 0 | 0.03 | 196.47 | 0.94 | 0.55 |
| Hex | 21 | BD | F8 | 57 | 18 | 0 | 3 | C4 | 5E | 37 |
| Octal | 41 | 275 | 370 | 127 | 30 | 0 | 3 | 304 | 136 | 67 |
| Binary | 100001 | 10111101 | 11111000 | 1010111 | 11000 | 0 | 11 | 11000100 | 1011110 | 110111 |
Color Harmonies of #21BDF8
Complementary color
Monochromatic Colors of #21BDF8
Black with #21BDF8
Text Example
Text Example
White with #21BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BDF8; }
p { color: rgb(33,189,248); }
H1.HeaderClassName
{
color: #21BDF8;
}
.AnyTagClassName
{
color: #21BDF8;
}
</style>
background-color css
<style>
a { background-color: #21BDF8; }
a { background-color: rgb(33,189,248); }
div.DivClassName
{
background-color: #21BDF8;
}
.BgClassName
{
background-color: #21BDF8;
}
</style>
border-color css
<style>
span { border-color: #21BDF8; }
span { border-color: rgb(33,189,248); }
td.TdClassName
{
border-color: #21BDF8;
}
.TagClassName
{
border-color: #21BDF8;
}
</style>