Shades of Deep Sky Blue #21BBFF
Tints of Deep Sky Blue #21BBFF
RGB
CMYK
RGB Variations
Color information
#21BBFF (or 0x21BBFF) is known color: Deep Sky Blue. HEX triplet: 21, BB and FF. RGB value is (33,187,255). Sum of RGB (Red+Green+Blue) = 33+187+255=475 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.95% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #21BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BBFF is #DE4400. Grayscale: #949494. Windows color (decimal): -14566401 or 16759585. OLE color: 16759585.
HSL color Cylindrical-coordinate representation of color #21BBFF: hue angle of 198.38º 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 #21BBFF is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 187 | 255 | - |
| CMYK | 0.87 | 0.27 | 0 | 0 |
| HSL | 198.38º | 1% | 0.56% | - |
| HSV(B) | 198.38º | 0.87% | 1% | - |
| XYZ | 36.45 | 43.08 | 101 | - |
| YUV | 148.71 | 187.98 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 187 | 255 | 0.87 | 0.27 | 0 | 0 | 198.38 | 1 | 0.56 |
| Hex | 21 | BB | FF | 57 | 1B | 0 | 0 | C6 | 64 | 38 |
| Octal | 41 | 273 | 377 | 127 | 33 | 0 | 0 | 306 | 144 | 70 |
| Binary | 100001 | 10111011 | 11111111 | 1010111 | 11011 | 0 | 0 | 11000110 | 1100100 | 111000 |
Color Harmonies of #21BBFF
Complementary color
Monochromatic Colors of #21BBFF
Black with #21BBFF
Text Example
Text Example
White with #21BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BBFF; }
p { color: rgb(33,187,255); }
H1.HeaderClassName
{
color: #21BBFF;
}
.AnyTagClassName
{
color: #21BBFF;
}
</style>
background-color css
<style>
a { background-color: #21BBFF; }
a { background-color: rgb(33,187,255); }
div.DivClassName
{
background-color: #21BBFF;
}
.BgClassName
{
background-color: #21BBFF;
}
</style>
border-color css
<style>
span { border-color: #21BBFF; }
span { border-color: rgb(33,187,255); }
td.TdClassName
{
border-color: #21BBFF;
}
.TagClassName
{
border-color: #21BBFF;
}
</style>