Shades of Pelorous #1296AB
Tints of Pelorous #1296AB
RGB
CMYK
RGB Variations
Color information
#1296AB (or 0x1296AB) is known color: Pelorous. HEX triplet: 12, 96 and AB. RGB value is (18,150,171). Sum of RGB (Red+Green+Blue) = 18+150+171=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #1296AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1296AB is #ED6954. Grayscale: #707070. Windows color (decimal): -15558997 or 11245074. OLE color: 11245074.
HSL color Cylindrical-coordinate representation of color #1296AB: hue angle of 188.24º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1296AB is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 150 | 171 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.33 |
| HSL | 188.24º | 0.81% | 0.37% | - |
| HSV(B) | 188.24º | 0.89% | 0.67% | - |
| XYZ | 18.51 | 24.88 | 42.36 | - |
| YUV | 112.93 | 160.77 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 171 | 0.89 | 0.12 | 0 | 0.33 | 188.24 | 0.81 | 0.37 |
| Hex | 12 | 96 | AB | 59 | C | 0 | 21 | BC | 51 | 25 |
| Octal | 22 | 226 | 253 | 131 | 14 | 0 | 41 | 274 | 121 | 45 |
| Binary | 10010 | 10010110 | 10101011 | 1011001 | 1100 | 0 | 100001 | 10111100 | 1010001 | 100101 |
Color Harmonies of #1296AB
Complementary color
Monochromatic Colors of #1296AB
Black with #1296AB
Text Example
Text Example
White with #1296AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1296AB; }
p { color: rgb(18,150,171); }
H1.HeaderClassName
{
color: #1296AB;
}
.AnyTagClassName
{
color: #1296AB;
}
</style>
background-color css
<style>
a { background-color: #1296AB; }
a { background-color: rgb(18,150,171); }
div.DivClassName
{
background-color: #1296AB;
}
.BgClassName
{
background-color: #1296AB;
}
</style>
border-color css
<style>
span { border-color: #1296AB; }
span { border-color: rgb(18,150,171); }
td.TdClassName
{
border-color: #1296AB;
}
.TagClassName
{
border-color: #1296AB;
}
</style>