Shades of Deep Sky Blue #21D1F6
Tints of Deep Sky Blue #21D1F6
RGB
CMYK
RGB Variations
Color information
#21D1F6 (or 0x21D1F6) is known color: Deep Sky Blue. HEX triplet: 21, D1 and F6. RGB value is (33,209,246). Sum of RGB (Red+Green+Blue) = 33+209+246=488 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.76% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #21D1F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D1F6 is #DE2E09. Grayscale: #A0A0A0. Windows color (decimal): -14560778 or 16175393. OLE color: 16175393.
HSL color Cylindrical-coordinate representation of color #21D1F6: hue angle of 190.42º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21D1F6 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 209 | 246 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.04 |
| HSL | 190.42º | 0.92% | 0.55% | - |
| HSV(B) | 190.42º | 0.87% | 0.96% | - |
| XYZ | 40.06 | 52.58 | 95.23 | - |
| YUV | 160.59 | 176.19 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 209 | 246 | 0.87 | 0.15 | 0 | 0.04 | 190.42 | 0.92 | 0.55 |
| Hex | 21 | D1 | F6 | 57 | F | 0 | 4 | BE | 5C | 37 |
| Octal | 41 | 321 | 366 | 127 | 17 | 0 | 4 | 276 | 134 | 67 |
| Binary | 100001 | 11010001 | 11110110 | 1010111 | 1111 | 0 | 100 | 10111110 | 1011100 | 110111 |
Color Harmonies of #21D1F6
Complementary color
Monochromatic Colors of #21D1F6
Black with #21D1F6
Text Example
Text Example
White with #21D1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D1F6; }
p { color: rgb(33,209,246); }
H1.HeaderClassName
{
color: #21D1F6;
}
.AnyTagClassName
{
color: #21D1F6;
}
</style>
background-color css
<style>
a { background-color: #21D1F6; }
a { background-color: rgb(33,209,246); }
div.DivClassName
{
background-color: #21D1F6;
}
.BgClassName
{
background-color: #21D1F6;
}
</style>
border-color css
<style>
span { border-color: #21D1F6; }
span { border-color: rgb(33,209,246); }
td.TdClassName
{
border-color: #21D1F6;
}
.TagClassName
{
border-color: #21D1F6;
}
</style>