Shades of Pelorous #1299AD
Tints of Pelorous #1299AD
RGB
CMYK
RGB Variations
Color information
#1299AD (or 0x1299AD) is known color: Pelorous. HEX triplet: 12, 99 and AD. RGB value is (18,153,173). Sum of RGB (Red+Green+Blue) = 18+153+173=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #1299AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1299AD is #ED6652. Grayscale: #727272. Windows color (decimal): -15558227 or 11376914. OLE color: 11376914.
HSL color Cylindrical-coordinate representation of color #1299AD: hue angle of 187.74º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1299AD is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 153 | 173 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.32 |
| HSL | 187.74º | 0.81% | 0.37% | - |
| HSV(B) | 187.74º | 0.9% | 0.68% | - |
| XYZ | 19.18 | 25.93 | 43.53 | - |
| YUV | 114.92 | 160.77 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 173 | 0.90 | 0.12 | 0 | 0.32 | 187.74 | 0.81 | 0.37 |
| Hex | 12 | 99 | AD | 5A | C | 0 | 20 | BC | 51 | 25 |
| Octal | 22 | 231 | 255 | 132 | 14 | 0 | 40 | 274 | 121 | 45 |
| Binary | 10010 | 10011001 | 10101101 | 1011010 | 1100 | 0 | 100000 | 10111100 | 1010001 | 100101 |
Color Harmonies of #1299AD
Complementary color
Monochromatic Colors of #1299AD
Black with #1299AD
Text Example
Text Example
White with #1299AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1299AD; }
p { color: rgb(18,153,173); }
H1.HeaderClassName
{
color: #1299AD;
}
.AnyTagClassName
{
color: #1299AD;
}
</style>
background-color css
<style>
a { background-color: #1299AD; }
a { background-color: rgb(18,153,173); }
div.DivClassName
{
background-color: #1299AD;
}
.BgClassName
{
background-color: #1299AD;
}
</style>
border-color css
<style>
span { border-color: #1299AD; }
span { border-color: rgb(18,153,173); }
td.TdClassName
{
border-color: #1299AD;
}
.TagClassName
{
border-color: #1299AD;
}
</style>