Shades of Summer Sky #20B4D2
Tints of Summer Sky #20B4D2
RGB
CMYK
RGB Variations
Color information
#20B4D2 (or 0x20B4D2) is known color: Summer Sky. HEX triplet: 20, B4 and D2. RGB value is (32,180,210). Sum of RGB (Red+Green+Blue) = 32+180+210=422 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.58% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 210 (82.42% from 255 or 49.76% from 422); Max value from RGB is 210 - color contains mainly: blue. Hex color #20B4D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B4D2 is #DF4B2D. Grayscale: #8A8A8A. Windows color (decimal): -14633774 or 13808672. OLE color: 13808672.
HSL color Cylindrical-coordinate representation of color #20B4D2: hue angle of 190.11º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20B4D2 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 180 | 210 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.18 |
| HSL | 190.11º | 0.74% | 0.47% | - |
| HSV(B) | 190.11º | 0.85% | 0.82% | - |
| XYZ | 28.55 | 37.6 | 66.73 | - |
| YUV | 139.17 | 167.97 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 180 | 210 | 0.85 | 0.14 | 0 | 0.18 | 190.11 | 0.74 | 0.47 |
| Hex | 20 | B4 | D2 | 55 | E | 0 | 12 | BE | 4A | 2F |
| Octal | 40 | 264 | 322 | 125 | 16 | 0 | 22 | 276 | 112 | 57 |
| Binary | 100000 | 10110100 | 11010010 | 1010101 | 1110 | 0 | 10010 | 10111110 | 1001010 | 101111 |
Color Harmonies of #20B4D2
Complementary color
Monochromatic Colors of #20B4D2
Black with #20B4D2
Text Example
Text Example
White with #20B4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B4D2; }
p { color: rgb(32,180,210); }
H1.HeaderClassName
{
color: #20B4D2;
}
.AnyTagClassName
{
color: #20B4D2;
}
</style>
background-color css
<style>
a { background-color: #20B4D2; }
a { background-color: rgb(32,180,210); }
div.DivClassName
{
background-color: #20B4D2;
}
.BgClassName
{
background-color: #20B4D2;
}
</style>
border-color css
<style>
span { border-color: #20B4D2; }
span { border-color: rgb(32,180,210); }
td.TdClassName
{
border-color: #20B4D2;
}
.TagClassName
{
border-color: #20B4D2;
}
</style>