Shades of Deep Sky Blue #21BAFE
Tints of Deep Sky Blue #21BAFE
RGB
CMYK
RGB Variations
Color information
#21BAFE (or 0x21BAFE) is known color: Deep Sky Blue. HEX triplet: 21, BA and FE. RGB value is (33,186,254). Sum of RGB (Red+Green+Blue) = 33+186+254=473 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.98% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #21BAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BAFE is #DE4501. Grayscale: #939393. Windows color (decimal): -14566658 or 16693793. OLE color: 16693793.
HSL color Cylindrical-coordinate representation of color #21BAFE: hue angle of 198.46º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21BAFE is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 186 | 254 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.00 |
| HSL | 198.46º | 0.99% | 0.56% | - |
| HSV(B) | 198.46º | 0.87% | 1% | - |
| XYZ | 36.08 | 42.6 | 100.09 | - |
| YUV | 148.01 | 187.81 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 254 | 0.87 | 0.27 | 0 | 0.00 | 198.46 | 0.99 | 0.56 |
| Hex | 21 | BA | FE | 57 | 1B | 0 | 0 | C6 | 63 | 38 |
| Octal | 41 | 272 | 376 | 127 | 33 | 0 | 0 | 306 | 143 | 70 |
| Binary | 100001 | 10111010 | 11111110 | 1010111 | 11011 | 0 | 0 | 11000110 | 1100011 | 111000 |
Color Harmonies of #21BAFE
Complementary color
Monochromatic Colors of #21BAFE
Black with #21BAFE
Text Example
Text Example
White with #21BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BAFE; }
p { color: rgb(33,186,254); }
H1.HeaderClassName
{
color: #21BAFE;
}
.AnyTagClassName
{
color: #21BAFE;
}
</style>
background-color css
<style>
a { background-color: #21BAFE; }
a { background-color: rgb(33,186,254); }
div.DivClassName
{
background-color: #21BAFE;
}
.BgClassName
{
background-color: #21BAFE;
}
</style>
border-color css
<style>
span { border-color: #21BAFE; }
span { border-color: rgb(33,186,254); }
td.TdClassName
{
border-color: #21BAFE;
}
.TagClassName
{
border-color: #21BAFE;
}
</style>