Shades of Deep Sky Blue #21B8F8
Tints of Deep Sky Blue #21B8F8
RGB
CMYK
RGB Variations
Color information
#21B8F8 (or 0x21B8F8) is known color: Deep Sky Blue. HEX triplet: 21, B8 and F8. RGB value is (33,184,248). Sum of RGB (Red+Green+Blue) = 33+184+248=465 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.10% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #21B8F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21B8F8 is #DE4707. Grayscale: #919191. Windows color (decimal): -14567176 or 16300065. OLE color: 16300065.
HSL color Cylindrical-coordinate representation of color #21B8F8: hue angle of 197.86º 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 #21B8F8 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 184 | 248 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.03 |
| HSL | 197.86º | 0.94% | 0.55% | - |
| HSV(B) | 197.86º | 0.87% | 0.97% | - |
| XYZ | 34.71 | 41.38 | 94.96 | - |
| YUV | 146.15 | 185.47 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 184 | 248 | 0.87 | 0.26 | 0 | 0.03 | 197.86 | 0.94 | 0.55 |
| Hex | 21 | B8 | F8 | 57 | 1A | 0 | 3 | C6 | 5E | 37 |
| Octal | 41 | 270 | 370 | 127 | 32 | 0 | 3 | 306 | 136 | 67 |
| Binary | 100001 | 10111000 | 11111000 | 1010111 | 11010 | 0 | 11 | 11000110 | 1011110 | 110111 |
Color Harmonies of #21B8F8
Complementary color
Monochromatic Colors of #21B8F8
Black with #21B8F8
Text Example
Text Example
White with #21B8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B8F8; }
p { color: rgb(33,184,248); }
H1.HeaderClassName
{
color: #21B8F8;
}
.AnyTagClassName
{
color: #21B8F8;
}
</style>
background-color css
<style>
a { background-color: #21B8F8; }
a { background-color: rgb(33,184,248); }
div.DivClassName
{
background-color: #21B8F8;
}
.BgClassName
{
background-color: #21B8F8;
}
</style>
border-color css
<style>
span { border-color: #21B8F8; }
span { border-color: rgb(33,184,248); }
td.TdClassName
{
border-color: #21B8F8;
}
.TagClassName
{
border-color: #21B8F8;
}
</style>