Shades of Pelorous #209CCE
Tints of Pelorous #209CCE
RGB
CMYK
RGB Variations
Color information
#209CCE (or 0x209CCE) is known color: Pelorous. HEX triplet: 20, 9C and CE. RGB value is (32,156,206). Sum of RGB (Red+Green+Blue) = 32+156+206=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #209CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209CCE is #DF6331. Grayscale: #7C7C7C. Windows color (decimal): -14639922 or 13540384. OLE color: 13540384.
HSL color Cylindrical-coordinate representation of color #209CCE: hue angle of 197.24º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #209CCE is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 156 | 206 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.19 |
| HSL | 197.24º | 0.73% | 0.47% | - |
| HSV(B) | 197.24º | 0.84% | 0.81% | - |
| XYZ | 23.62 | 28.54 | 62.66 | - |
| YUV | 124.62 | 173.92 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 156 | 206 | 0.84 | 0.24 | 0 | 0.19 | 197.24 | 0.73 | 0.47 |
| Hex | 20 | 9C | CE | 54 | 18 | 0 | 13 | C5 | 49 | 2F |
| Octal | 40 | 234 | 316 | 124 | 30 | 0 | 23 | 305 | 111 | 57 |
| Binary | 100000 | 10011100 | 11001110 | 1010100 | 11000 | 0 | 10011 | 11000101 | 1001001 | 101111 |
Color Harmonies of #209CCE
Complementary color
Monochromatic Colors of #209CCE
Black with #209CCE
Text Example
Text Example
White with #209CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209CCE; }
p { color: rgb(32,156,206); }
H1.HeaderClassName
{
color: #209CCE;
}
.AnyTagClassName
{
color: #209CCE;
}
</style>
background-color css
<style>
a { background-color: #209CCE; }
a { background-color: rgb(32,156,206); }
div.DivClassName
{
background-color: #209CCE;
}
.BgClassName
{
background-color: #209CCE;
}
</style>
border-color css
<style>
span { border-color: #209CCE; }
span { border-color: rgb(32,156,206); }
td.TdClassName
{
border-color: #209CCE;
}
.TagClassName
{
border-color: #209CCE;
}
</style>