Shades of Pelorous #1899AB
Tints of Pelorous #1899AB
RGB
CMYK
RGB Variations
Color information
#1899AB (or 0x1899AB) is known color: Pelorous. HEX triplet: 18, 99 and AB. RGB value is (24,153,171). Sum of RGB (Red+Green+Blue) = 24+153+171=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #1899AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1899AB is #E76654. Grayscale: #747474. Windows color (decimal): -15165013 or 11245848. OLE color: 11245848.
HSL color Cylindrical-coordinate representation of color #1899AB: hue angle of 187.35º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1899AB is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 153 | 171 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.33 |
| HSL | 187.35º | 0.75% | 0.38% | - |
| HSV(B) | 187.35º | 0.86% | 0.67% | - |
| XYZ | 19.12 | 25.92 | 42.52 | - |
| YUV | 116.48 | 158.76 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 153 | 171 | 0.86 | 0.11 | 0 | 0.33 | 187.35 | 0.75 | 0.38 |
| Hex | 18 | 99 | AB | 56 | B | 0 | 21 | BB | 4B | 26 |
| Octal | 30 | 231 | 253 | 126 | 13 | 0 | 41 | 273 | 113 | 46 |
| Binary | 11000 | 10011001 | 10101011 | 1010110 | 1011 | 0 | 100001 | 10111011 | 1001011 | 100110 |
Color Harmonies of #1899AB
Complementary color
Monochromatic Colors of #1899AB
Black with #1899AB
Text Example
Text Example
White with #1899AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1899AB; }
p { color: rgb(24,153,171); }
H1.HeaderClassName
{
color: #1899AB;
}
.AnyTagClassName
{
color: #1899AB;
}
</style>
background-color css
<style>
a { background-color: #1899AB; }
a { background-color: rgb(24,153,171); }
div.DivClassName
{
background-color: #1899AB;
}
.BgClassName
{
background-color: #1899AB;
}
</style>
border-color css
<style>
span { border-color: #1899AB; }
span { border-color: rgb(24,153,171); }
td.TdClassName
{
border-color: #1899AB;
}
.TagClassName
{
border-color: #1899AB;
}
</style>