Shades of Summer Sky #20CAE9
Tints of Summer Sky #20CAE9
RGB
CMYK
RGB Variations
Color information
#20CAE9 (or 0x20CAE9) is known color: Summer Sky. HEX triplet: 20, CA and E9. RGB value is (32,202,233). Sum of RGB (Red+Green+Blue) = 32+202+233=467 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.85% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #20CAE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CAE9 is #DF3516. Grayscale: #9A9A9A. Windows color (decimal): -14628119 or 15321632. OLE color: 15321632.
HSL color Cylindrical-coordinate representation of color #20CAE9: hue angle of 189.25º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CAE9 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 202 | 233 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.09 |
| HSL | 189.25º | 0.82% | 0.52% | - |
| HSV(B) | 189.25º | 0.86% | 0.91% | - |
| XYZ | 36.42 | 48.43 | 84.52 | - |
| YUV | 154.7 | 172.18 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 233 | 0.86 | 0.13 | 0 | 0.09 | 189.25 | 0.82 | 0.52 |
| Hex | 20 | CA | E9 | 56 | D | 0 | 9 | BD | 52 | 34 |
| Octal | 40 | 312 | 351 | 126 | 15 | 0 | 11 | 275 | 122 | 64 |
| Binary | 100000 | 11001010 | 11101001 | 1010110 | 1101 | 0 | 1001 | 10111101 | 1010010 | 110100 |
Color Harmonies of #20CAE9
Complementary color
Monochromatic Colors of #20CAE9
Black with #20CAE9
Text Example
Text Example
White with #20CAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CAE9; }
p { color: rgb(32,202,233); }
H1.HeaderClassName
{
color: #20CAE9;
}
.AnyTagClassName
{
color: #20CAE9;
}
</style>
background-color css
<style>
a { background-color: #20CAE9; }
a { background-color: rgb(32,202,233); }
div.DivClassName
{
background-color: #20CAE9;
}
.BgClassName
{
background-color: #20CAE9;
}
</style>
border-color css
<style>
span { border-color: #20CAE9; }
span { border-color: rgb(32,202,233); }
td.TdClassName
{
border-color: #20CAE9;
}
.TagClassName
{
border-color: #20CAE9;
}
</style>