Shades of Deep Sky Blue #20CBED
Tints of Deep Sky Blue #20CBED
RGB
CMYK
RGB Variations
Color information
#20CBED (or 0x20CBED) is known color: Deep Sky Blue. HEX triplet: 20, CB and ED. RGB value is (32,203,237). Sum of RGB (Red+Green+Blue) = 32+203+237=472 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.78% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #20CBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CBED is #DF3412. Grayscale: #9B9B9B. Windows color (decimal): -14627859 or 15584032. OLE color: 15584032.
HSL color Cylindrical-coordinate representation of color #20CBED: hue angle of 189.95º 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 #20CBED is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 203 | 237 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.07 |
| HSL | 189.95º | 0.85% | 0.53% | - |
| HSV(B) | 189.95º | 0.86% | 0.93% | - |
| XYZ | 37.24 | 49.13 | 87.64 | - |
| YUV | 155.75 | 173.85 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 237 | 0.86 | 0.14 | 0 | 0.07 | 189.95 | 0.85 | 0.53 |
| Hex | 20 | CB | ED | 56 | E | 0 | 7 | BE | 55 | 35 |
| Octal | 40 | 313 | 355 | 126 | 16 | 0 | 7 | 276 | 125 | 65 |
| Binary | 100000 | 11001011 | 11101101 | 1010110 | 1110 | 0 | 111 | 10111110 | 1010101 | 110101 |
Color Harmonies of #20CBED
Complementary color
Monochromatic Colors of #20CBED
Black with #20CBED
Text Example
Text Example
White with #20CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBED; }
p { color: rgb(32,203,237); }
H1.HeaderClassName
{
color: #20CBED;
}
.AnyTagClassName
{
color: #20CBED;
}
</style>
background-color css
<style>
a { background-color: #20CBED; }
a { background-color: rgb(32,203,237); }
div.DivClassName
{
background-color: #20CBED;
}
.BgClassName
{
background-color: #20CBED;
}
</style>
border-color css
<style>
span { border-color: #20CBED; }
span { border-color: rgb(32,203,237); }
td.TdClassName
{
border-color: #20CBED;
}
.TagClassName
{
border-color: #20CBED;
}
</style>