Shades of Deep Sky Blue #21C1FE
Tints of Deep Sky Blue #21C1FE
RGB
CMYK
RGB Variations
Color information
#21C1FE (or 0x21C1FE) is known color: Deep Sky Blue. HEX triplet: 21, C1 and FE. RGB value is (33,193,254). Sum of RGB (Red+Green+Blue) = 33+193+254=480 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.88% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #21C1FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C1FE is #DE3E01. Grayscale: #979797. Windows color (decimal): -14564866 or 16695585. OLE color: 16695585.
HSL color Cylindrical-coordinate representation of color #21C1FE: hue angle of 196.56º 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 #21C1FE is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 193 | 254 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.00 |
| HSL | 196.56º | 0.99% | 0.56% | - |
| HSV(B) | 196.56º | 0.87% | 1% | - |
| XYZ | 37.59 | 45.62 | 100.59 | - |
| YUV | 152.11 | 185.49 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 193 | 254 | 0.87 | 0.24 | 0 | 0.00 | 196.56 | 0.99 | 0.56 |
| Hex | 21 | C1 | FE | 57 | 18 | 0 | 0 | C5 | 63 | 38 |
| Octal | 41 | 301 | 376 | 127 | 30 | 0 | 0 | 305 | 143 | 70 |
| Binary | 100001 | 11000001 | 11111110 | 1010111 | 11000 | 0 | 0 | 11000101 | 1100011 | 111000 |
Color Harmonies of #21C1FE
Complementary color
Monochromatic Colors of #21C1FE
Black with #21C1FE
Text Example
Text Example
White with #21C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C1FE; }
p { color: rgb(33,193,254); }
H1.HeaderClassName
{
color: #21C1FE;
}
.AnyTagClassName
{
color: #21C1FE;
}
</style>
background-color css
<style>
a { background-color: #21C1FE; }
a { background-color: rgb(33,193,254); }
div.DivClassName
{
background-color: #21C1FE;
}
.BgClassName
{
background-color: #21C1FE;
}
</style>
border-color css
<style>
span { border-color: #21C1FE; }
span { border-color: rgb(33,193,254); }
td.TdClassName
{
border-color: #21C1FE;
}
.TagClassName
{
border-color: #21C1FE;
}
</style>