Shades of Deep Sky Blue #21CDF3
Tints of Deep Sky Blue #21CDF3
RGB
CMYK
RGB Variations
Color information
#21CDF3 (or 0x21CDF3) is known color: Deep Sky Blue. HEX triplet: 21, CD and F3. RGB value is (33,205,243). Sum of RGB (Red+Green+Blue) = 33+205+243=481 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.86% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #21CDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CDF3 is #DE320C. Grayscale: #9D9D9D. Windows color (decimal): -14561805 or 15977761. OLE color: 15977761.
HSL color Cylindrical-coordinate representation of color #21CDF3: hue angle of 190.86º degrees, saturation: 0.9, 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 #21CDF3 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 205 | 243 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.05 |
| HSL | 190.86º | 0.9% | 0.54% | - |
| HSV(B) | 190.86º | 0.86% | 0.95% | - |
| XYZ | 38.64 | 50.46 | 92.5 | - |
| YUV | 157.9 | 176.02 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 205 | 243 | 0.86 | 0.16 | 0 | 0.05 | 190.86 | 0.9 | 0.54 |
| Hex | 21 | CD | F3 | 56 | 10 | 0 | 5 | BF | 5A | 36 |
| Octal | 41 | 315 | 363 | 126 | 20 | 0 | 5 | 277 | 132 | 66 |
| Binary | 100001 | 11001101 | 11110011 | 1010110 | 10000 | 0 | 101 | 10111111 | 1011010 | 110110 |
Color Harmonies of #21CDF3
Complementary color
Monochromatic Colors of #21CDF3
Black with #21CDF3
Text Example
Text Example
White with #21CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CDF3; }
p { color: rgb(33,205,243); }
H1.HeaderClassName
{
color: #21CDF3;
}
.AnyTagClassName
{
color: #21CDF3;
}
</style>
background-color css
<style>
a { background-color: #21CDF3; }
a { background-color: rgb(33,205,243); }
div.DivClassName
{
background-color: #21CDF3;
}
.BgClassName
{
background-color: #21CDF3;
}
</style>
border-color css
<style>
span { border-color: #21CDF3; }
span { border-color: rgb(33,205,243); }
td.TdClassName
{
border-color: #21CDF3;
}
.TagClassName
{
border-color: #21CDF3;
}
</style>