Shades of Pelorous #129CAF
Tints of Pelorous #129CAF
RGB
CMYK
RGB Variations
Color information
#129CAF (or 0x129CAF) is known color: Pelorous. HEX triplet: 12, 9C and AF. RGB value is (18,156,175). Sum of RGB (Red+Green+Blue) = 18+156+175=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #129CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129CAF is #ED6350. Grayscale: #747474. Windows color (decimal): -15557457 or 11508754. OLE color: 11508754.
HSL color Cylindrical-coordinate representation of color #129CAF: hue angle of 187.26º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129CAF is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 156 | 175 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.31 |
| HSL | 187.26º | 0.81% | 0.38% | - |
| HSV(B) | 187.26º | 0.9% | 0.69% | - |
| XYZ | 19.88 | 27 | 44.72 | - |
| YUV | 116.9 | 160.78 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 175 | 0.90 | 0.11 | 0 | 0.31 | 187.26 | 0.81 | 0.38 |
| Hex | 12 | 9C | AF | 5A | B | 0 | 1F | BB | 51 | 26 |
| Octal | 22 | 234 | 257 | 132 | 13 | 0 | 37 | 273 | 121 | 46 |
| Binary | 10010 | 10011100 | 10101111 | 1011010 | 1011 | 0 | 11111 | 10111011 | 1010001 | 100110 |
Color Harmonies of #129CAF
Complementary color
Monochromatic Colors of #129CAF
Black with #129CAF
Text Example
Text Example
White with #129CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129CAF; }
p { color: rgb(18,156,175); }
H1.HeaderClassName
{
color: #129CAF;
}
.AnyTagClassName
{
color: #129CAF;
}
</style>
background-color css
<style>
a { background-color: #129CAF; }
a { background-color: rgb(18,156,175); }
div.DivClassName
{
background-color: #129CAF;
}
.BgClassName
{
background-color: #129CAF;
}
</style>
border-color css
<style>
span { border-color: #129CAF; }
span { border-color: rgb(18,156,175); }
td.TdClassName
{
border-color: #129CAF;
}
.TagClassName
{
border-color: #129CAF;
}
</style>