Shades of Pelorous #209AAF
Tints of Pelorous #209AAF
RGB
CMYK
RGB Variations
Color information
#209AAF (or 0x209AAF) is known color: Pelorous. HEX triplet: 20, 9A and AF. RGB value is (32,154,175). Sum of RGB (Red+Green+Blue) = 32+154+175=361 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.86% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #209AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209AAF is #DF6550. Grayscale: #777777. Windows color (decimal): -14640465 or 11508256. OLE color: 11508256.
HSL color Cylindrical-coordinate representation of color #209AAF: hue angle of 188.81º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #209AAF is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 154 | 175 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.31 |
| HSL | 188.81º | 0.69% | 0.41% | - |
| HSV(B) | 188.81º | 0.82% | 0.69% | - |
| XYZ | 19.89 | 26.51 | 44.63 | - |
| YUV | 119.92 | 159.08 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 154 | 175 | 0.82 | 0.12 | 0 | 0.31 | 188.81 | 0.69 | 0.41 |
| Hex | 20 | 9A | AF | 52 | C | 0 | 1F | BD | 45 | 29 |
| Octal | 40 | 232 | 257 | 122 | 14 | 0 | 37 | 275 | 105 | 51 |
| Binary | 100000 | 10011010 | 10101111 | 1010010 | 1100 | 0 | 11111 | 10111101 | 1000101 | 101001 |
Color Harmonies of #209AAF
Complementary color
Monochromatic Colors of #209AAF
Black with #209AAF
Text Example
Text Example
White with #209AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209AAF; }
p { color: rgb(32,154,175); }
H1.HeaderClassName
{
color: #209AAF;
}
.AnyTagClassName
{
color: #209AAF;
}
</style>
background-color css
<style>
a { background-color: #209AAF; }
a { background-color: rgb(32,154,175); }
div.DivClassName
{
background-color: #209AAF;
}
.BgClassName
{
background-color: #209AAF;
}
</style>
border-color css
<style>
span { border-color: #209AAF; }
span { border-color: rgb(32,154,175); }
td.TdClassName
{
border-color: #209AAF;
}
.TagClassName
{
border-color: #209AAF;
}
</style>