Shades of Deep Sky Blue #20CDFB
Tints of Deep Sky Blue #20CDFB
RGB
CMYK
RGB Variations
Color information
#20CDFB (or 0x20CDFB) is known color: Deep Sky Blue. HEX triplet: 20, CD and FB. RGB value is (32,205,251). Sum of RGB (Red+Green+Blue) = 32+205+251=488 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.56% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #20CDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CDFB is #DF3204. Grayscale: #9E9E9E. Windows color (decimal): -14627333 or 16502048. OLE color: 16502048.
HSL color Cylindrical-coordinate representation of color #20CDFB: hue angle of 192.6º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20CDFB is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 32 | 205 | 251 | - |
CMYK | 0.87 | 0.18 | 0 | 0.02 |
HSL | 192.6º | 0.96% | 0.55% | - |
HSV(B) | 192.6º | 0.87% | 0.98% | - |
XYZ | 39.84 | 50.93 | 99 | - |
YUV | 158.52 | 180.19 | 37.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 205 | 251 | 0.87 | 0.18 | 0 | 0.02 | 192.6 | 0.96 | 0.55 |
Hex | 20 | CD | FB | 57 | 12 | 0 | 2 | C1 | 60 | 37 |
Octal | 40 | 315 | 373 | 127 | 22 | 0 | 2 | 301 | 140 | 67 |
Binary | 100000 | 11001101 | 11111011 | 1010111 | 10010 | 0 | 10 | 11000001 | 1100000 | 110111 |
Color Harmonies of #20CDFB
Complementary color
Monochromatic Colors of #20CDFB
Black with #20CDFB
Text Example
Text Example
White with #20CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDFB; }
p { color: rgb(32,205,251); }
H1.HeaderClassName
{
color: #20CDFB;
}
.AnyTagClassName
{
color: #20CDFB;
}
</style>
background-color css
<style>
a { background-color: #20CDFB; }
a { background-color: rgb(32,205,251); }
div.DivClassName
{
background-color: #20CDFB;
}
.BgClassName
{
background-color: #20CDFB;
}
</style>
border-color css
<style>
span { border-color: #20CDFB; }
span { border-color: rgb(32,205,251); }
td.TdClassName
{
border-color: #20CDFB;
}
.TagClassName
{
border-color: #20CDFB;
}
</style>