Shades of Deep Sky Blue #20CAED
Tints of Deep Sky Blue #20CAED
RGB
CMYK
RGB Variations
Color information
#20CAED (or 0x20CAED) is known color: Deep Sky Blue. HEX triplet: 20, CA and ED. RGB value is (32,202,237). Sum of RGB (Red+Green+Blue) = 32+202+237=471 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.79% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #20CAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CAED is #DF3512. Grayscale: #9A9A9A. Windows color (decimal): -14628115 or 15583776. OLE color: 15583776.
HSL color Cylindrical-coordinate representation of color #20CAED: hue angle of 190.24º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CAED is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 32 | 202 | 237 | - |
CMYK | 0.86 | 0.15 | 0 | 0.07 |
HSL | 190.24º | 0.85% | 0.53% | - |
HSV(B) | 190.24º | 0.86% | 0.93% | - |
XYZ | 37 | 48.66 | 87.56 | - |
YUV | 155.16 | 174.18 | 40.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 202 | 237 | 0.86 | 0.15 | 0 | 0.07 | 190.24 | 0.85 | 0.53 |
Hex | 20 | CA | ED | 56 | F | 0 | 7 | BE | 55 | 35 |
Octal | 40 | 312 | 355 | 126 | 17 | 0 | 7 | 276 | 125 | 65 |
Binary | 100000 | 11001010 | 11101101 | 1010110 | 1111 | 0 | 111 | 10111110 | 1010101 | 110101 |
Color Harmonies of #20CAED
Complementary color
Monochromatic Colors of #20CAED
Black with #20CAED
Text Example
Text Example
White with #20CAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CAED; }
p { color: rgb(32,202,237); }
H1.HeaderClassName
{
color: #20CAED;
}
.AnyTagClassName
{
color: #20CAED;
}
</style>
background-color css
<style>
a { background-color: #20CAED; }
a { background-color: rgb(32,202,237); }
div.DivClassName
{
background-color: #20CAED;
}
.BgClassName
{
background-color: #20CAED;
}
</style>
border-color css
<style>
span { border-color: #20CAED; }
span { border-color: rgb(32,202,237); }
td.TdClassName
{
border-color: #20CAED;
}
.TagClassName
{
border-color: #20CAED;
}
</style>