Shades of Pelorous #129EB2
Tints of Pelorous #129EB2
RGB
CMYK
RGB Variations
Color information
#129EB2 (or 0x129EB2) is known color: Pelorous. HEX triplet: 12, 9E and B2. RGB value is (18,158,178). Sum of RGB (Red+Green+Blue) = 18+158+178=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #129EB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129EB2 is #ED614D. Grayscale: #767676. Windows color (decimal): -15556942 or 11705874. OLE color: 11705874.
HSL color Cylindrical-coordinate representation of color #129EB2: hue angle of 187.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129EB2 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 158 | 178 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.30 |
| HSL | 187.5º | 0.82% | 0.38% | - |
| HSV(B) | 187.5º | 0.9% | 0.7% | - |
| XYZ | 20.51 | 27.8 | 46.4 | - |
| YUV | 118.42 | 161.62 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 178 | 0.90 | 0.11 | 0 | 0.30 | 187.5 | 0.82 | 0.38 |
| Hex | 12 | 9E | B2 | 5A | B | 0 | 1E | BC | 52 | 26 |
| Octal | 22 | 236 | 262 | 132 | 13 | 0 | 36 | 274 | 122 | 46 |
| Binary | 10010 | 10011110 | 10110010 | 1011010 | 1011 | 0 | 11110 | 10111100 | 1010010 | 100110 |
Color Harmonies of #129EB2
Complementary color
Monochromatic Colors of #129EB2
Black with #129EB2
Text Example
Text Example
White with #129EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129EB2; }
p { color: rgb(18,158,178); }
H1.HeaderClassName
{
color: #129EB2;
}
.AnyTagClassName
{
color: #129EB2;
}
</style>
background-color css
<style>
a { background-color: #129EB2; }
a { background-color: rgb(18,158,178); }
div.DivClassName
{
background-color: #129EB2;
}
.BgClassName
{
background-color: #129EB2;
}
</style>
border-color css
<style>
span { border-color: #129EB2; }
span { border-color: rgb(18,158,178); }
td.TdClassName
{
border-color: #129EB2;
}
.TagClassName
{
border-color: #129EB2;
}
</style>