Shades of Pelorous #20A8CC
Tints of Pelorous #20A8CC
RGB
CMYK
RGB Variations
Color information
#20A8CC (or 0x20A8CC) is known color: Pelorous. HEX triplet: 20, A8 and CC. RGB value is (32,168,204). Sum of RGB (Red+Green+Blue) = 32+168+204=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #20A8CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A8CC is #DF5733. Grayscale: #838383. Windows color (decimal): -14636852 or 13412384. OLE color: 13412384.
HSL color Cylindrical-coordinate representation of color #20A8CC: hue angle of 192.56º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20A8CC is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 168 | 204 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.2 |
| HSL | 192.56º | 0.73% | 0.46% | - |
| HSV(B) | 192.56º | 0.84% | 0.8% | - |
| XYZ | 25.5 | 32.67 | 62.09 | - |
| YUV | 131.44 | 168.94 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 168 | 204 | 0.84 | 0.18 | 0 | 0.2 | 192.56 | 0.73 | 0.46 |
| Hex | 20 | A8 | CC | 54 | 12 | 0 | 14 | C1 | 49 | 2E |
| Octal | 40 | 250 | 314 | 124 | 22 | 0 | 24 | 301 | 111 | 56 |
| Binary | 100000 | 10101000 | 11001100 | 1010100 | 10010 | 0 | 10100 | 11000001 | 1001001 | 101110 |
Color Harmonies of #20A8CC
Complementary color
Monochromatic Colors of #20A8CC
Black with #20A8CC
Text Example
Text Example
White with #20A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A8CC; }
p { color: rgb(32,168,204); }
H1.HeaderClassName
{
color: #20A8CC;
}
.AnyTagClassName
{
color: #20A8CC;
}
</style>
background-color css
<style>
a { background-color: #20A8CC; }
a { background-color: rgb(32,168,204); }
div.DivClassName
{
background-color: #20A8CC;
}
.BgClassName
{
background-color: #20A8CC;
}
</style>
border-color css
<style>
span { border-color: #20A8CC; }
span { border-color: rgb(32,168,204); }
td.TdClassName
{
border-color: #20A8CC;
}
.TagClassName
{
border-color: #20A8CC;
}
</style>