Shades of Deep Sky Blue #20CDF3
Tints of Deep Sky Blue #20CDF3
RGB
CMYK
RGB Variations
Color information
#20CDF3 (or 0x20CDF3) is known color: Deep Sky Blue. HEX triplet: 20, CD and F3. RGB value is (32,205,243). Sum of RGB (Red+Green+Blue) = 32+205+243=480 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.67% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #20CDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CDF3 is #DF320C. Grayscale: #9D9D9D. Windows color (decimal): -14627341 or 15977760. OLE color: 15977760.
HSL color Cylindrical-coordinate representation of color #20CDF3: hue angle of 190.81º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20CDF3 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 205 | 243 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.05 |
| HSL | 190.81º | 0.9% | 0.54% | - |
| HSV(B) | 190.81º | 0.87% | 0.95% | - |
| XYZ | 38.6 | 50.44 | 92.5 | - |
| YUV | 157.61 | 176.19 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 243 | 0.87 | 0.16 | 0 | 0.05 | 190.81 | 0.9 | 0.54 |
| Hex | 20 | CD | F3 | 57 | 10 | 0 | 5 | BF | 5A | 36 |
| Octal | 40 | 315 | 363 | 127 | 20 | 0 | 5 | 277 | 132 | 66 |
| Binary | 100000 | 11001101 | 11110011 | 1010111 | 10000 | 0 | 101 | 10111111 | 1011010 | 110110 |
Color Harmonies of #20CDF3
Complementary color
Monochromatic Colors of #20CDF3
Black with #20CDF3
Text Example
Text Example
White with #20CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDF3; }
p { color: rgb(32,205,243); }
H1.HeaderClassName
{
color: #20CDF3;
}
.AnyTagClassName
{
color: #20CDF3;
}
</style>
background-color css
<style>
a { background-color: #20CDF3; }
a { background-color: rgb(32,205,243); }
div.DivClassName
{
background-color: #20CDF3;
}
.BgClassName
{
background-color: #20CDF3;
}
</style>
border-color css
<style>
span { border-color: #20CDF3; }
span { border-color: rgb(32,205,243); }
td.TdClassName
{
border-color: #20CDF3;
}
.TagClassName
{
border-color: #20CDF3;
}
</style>