Shades of Pelorous #129FB3
Tints of Pelorous #129FB3
RGB
CMYK
RGB Variations
Color information
#129FB3 (or 0x129FB3) is known color: Pelorous. HEX triplet: 12, 9F and B3. RGB value is (18,159,179). Sum of RGB (Red+Green+Blue) = 18+159+179=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #129FB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129FB3 is #ED604C. Grayscale: #767676. Windows color (decimal): -15556685 or 11771666. OLE color: 11771666.
HSL color Cylindrical-coordinate representation of color #129FB3: hue angle of 187.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129FB3 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 159 | 179 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.30 |
| HSL | 187.45º | 0.82% | 0.39% | - |
| HSV(B) | 187.45º | 0.9% | 0.7% | - |
| XYZ | 20.78 | 28.18 | 46.99 | - |
| YUV | 119.12 | 161.79 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 179 | 0.90 | 0.11 | 0 | 0.30 | 187.45 | 0.82 | 0.39 |
| Hex | 12 | 9F | B3 | 5A | B | 0 | 1E | BB | 52 | 27 |
| Octal | 22 | 237 | 263 | 132 | 13 | 0 | 36 | 273 | 122 | 47 |
| Binary | 10010 | 10011111 | 10110011 | 1011010 | 1011 | 0 | 11110 | 10111011 | 1010010 | 100111 |
Color Harmonies of #129FB3
Complementary color
Monochromatic Colors of #129FB3
Black with #129FB3
Text Example
Text Example
White with #129FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129FB3; }
p { color: rgb(18,159,179); }
H1.HeaderClassName
{
color: #129FB3;
}
.AnyTagClassName
{
color: #129FB3;
}
</style>
background-color css
<style>
a { background-color: #129FB3; }
a { background-color: rgb(18,159,179); }
div.DivClassName
{
background-color: #129FB3;
}
.BgClassName
{
background-color: #129FB3;
}
</style>
border-color css
<style>
span { border-color: #129FB3; }
span { border-color: rgb(18,159,179); }
td.TdClassName
{
border-color: #129FB3;
}
.TagClassName
{
border-color: #129FB3;
}
</style>