Shades of Deep Sky Blue #21D1F1
Tints of Deep Sky Blue #21D1F1
RGB
CMYK
RGB Variations
Color information
#21D1F1 (or 0x21D1F1) is known color: Deep Sky Blue. HEX triplet: 21, D1 and F1. RGB value is (33,209,241). Sum of RGB (Red+Green+Blue) = 33+209+241=483 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.83% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #21D1F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D1F1 is #DE2E0E. Grayscale: #9F9F9F. Windows color (decimal): -14560783 or 15847713. OLE color: 15847713.
HSL color Cylindrical-coordinate representation of color #21D1F1: hue angle of 189.23º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21D1F1 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 209 | 241 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.05 |
| HSL | 189.23º | 0.88% | 0.54% | - |
| HSV(B) | 189.23º | 0.86% | 0.95% | - |
| XYZ | 39.3 | 52.28 | 91.24 | - |
| YUV | 160.02 | 173.69 | 37.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 209 | 241 | 0.86 | 0.13 | 0 | 0.05 | 189.23 | 0.88 | 0.54 |
| Hex | 21 | D1 | F1 | 56 | D | 0 | 5 | BD | 58 | 36 |
| Octal | 41 | 321 | 361 | 126 | 15 | 0 | 5 | 275 | 130 | 66 |
| Binary | 100001 | 11010001 | 11110001 | 1010110 | 1101 | 0 | 101 | 10111101 | 1011000 | 110110 |
Color Harmonies of #21D1F1
Complementary color
Monochromatic Colors of #21D1F1
Black with #21D1F1
Text Example
Text Example
White with #21D1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D1F1; }
p { color: rgb(33,209,241); }
H1.HeaderClassName
{
color: #21D1F1;
}
.AnyTagClassName
{
color: #21D1F1;
}
</style>
background-color css
<style>
a { background-color: #21D1F1; }
a { background-color: rgb(33,209,241); }
div.DivClassName
{
background-color: #21D1F1;
}
.BgClassName
{
background-color: #21D1F1;
}
</style>
border-color css
<style>
span { border-color: #21D1F1; }
span { border-color: rgb(33,209,241); }
td.TdClassName
{
border-color: #21D1F1;
}
.TagClassName
{
border-color: #21D1F1;
}
</style>