Shades of Deep Sky Blue #21BBFD
Tints of Deep Sky Blue #21BBFD
RGB
CMYK
RGB Variations
Color information
#21BBFD (or 0x21BBFD) is known color: Deep Sky Blue. HEX triplet: 21, BB and FD. RGB value is (33,187,253). Sum of RGB (Red+Green+Blue) = 33+187+253=473 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.98% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #21BBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BBFD is #DE4402. Grayscale: #949494. Windows color (decimal): -14566403 or 16628513. OLE color: 16628513.
HSL color Cylindrical-coordinate representation of color #21BBFD: hue angle of 198º degrees, saturation: 0.98, 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 #21BBFD is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 187 | 253 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.01 |
| HSL | 198º | 0.98% | 0.56% | - |
| HSV(B) | 198º | 0.87% | 0.99% | - |
| XYZ | 36.13 | 42.96 | 99.32 | - |
| YUV | 148.48 | 186.98 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 187 | 253 | 0.87 | 0.26 | 0 | 0.01 | 198 | 0.98 | 0.56 |
| Hex | 21 | BB | FD | 57 | 1A | 0 | 1 | C6 | 62 | 38 |
| Octal | 41 | 273 | 375 | 127 | 32 | 0 | 1 | 306 | 142 | 70 |
| Binary | 100001 | 10111011 | 11111101 | 1010111 | 11010 | 0 | 1 | 11000110 | 1100010 | 111000 |
Color Harmonies of #21BBFD
Complementary color
Monochromatic Colors of #21BBFD
Black with #21BBFD
Text Example
Text Example
White with #21BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BBFD; }
p { color: rgb(33,187,253); }
H1.HeaderClassName
{
color: #21BBFD;
}
.AnyTagClassName
{
color: #21BBFD;
}
</style>
background-color css
<style>
a { background-color: #21BBFD; }
a { background-color: rgb(33,187,253); }
div.DivClassName
{
background-color: #21BBFD;
}
.BgClassName
{
background-color: #21BBFD;
}
</style>
border-color css
<style>
span { border-color: #21BBFD; }
span { border-color: rgb(33,187,253); }
td.TdClassName
{
border-color: #21BBFD;
}
.TagClassName
{
border-color: #21BBFD;
}
</style>