Shades of Pelorous #1896A8
Tints of Pelorous #1896A8
RGB
CMYK
RGB Variations
Color information
#1896A8 (or 0x1896A8) is known color: Pelorous. HEX triplet: 18, 96 and A8. RGB value is (24,150,168). Sum of RGB (Red+Green+Blue) = 24+150+168=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 168 (66.02% from 255 or 49.12% from 342); Max value from RGB is 168 - color contains mainly: blue. Hex color #1896A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1896A8 is #E76957. Grayscale: #727272. Windows color (decimal): -15165784 or 11048472. OLE color: 11048472.
HSL color Cylindrical-coordinate representation of color #1896A8: hue angle of 187.5º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1896A8 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 150 | 168 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.34 |
| HSL | 187.5º | 0.75% | 0.38% | - |
| HSV(B) | 187.5º | 0.86% | 0.66% | - |
| XYZ | 18.35 | 24.83 | 40.87 | - |
| YUV | 114.38 | 158.26 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 150 | 168 | 0.86 | 0.11 | 0 | 0.34 | 187.5 | 0.75 | 0.38 |
| Hex | 18 | 96 | A8 | 56 | B | 0 | 22 | BC | 4B | 26 |
| Octal | 30 | 226 | 250 | 126 | 13 | 0 | 42 | 274 | 113 | 46 |
| Binary | 11000 | 10010110 | 10101000 | 1010110 | 1011 | 0 | 100010 | 10111100 | 1001011 | 100110 |
Color Harmonies of #1896A8
Complementary color
Monochromatic Colors of #1896A8
Black with #1896A8
Text Example
Text Example
White with #1896A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1896A8; }
p { color: rgb(24,150,168); }
H1.HeaderClassName
{
color: #1896A8;
}
.AnyTagClassName
{
color: #1896A8;
}
</style>
background-color css
<style>
a { background-color: #1896A8; }
a { background-color: rgb(24,150,168); }
div.DivClassName
{
background-color: #1896A8;
}
.BgClassName
{
background-color: #1896A8;
}
</style>
border-color css
<style>
span { border-color: #1896A8; }
span { border-color: rgb(24,150,168); }
td.TdClassName
{
border-color: #1896A8;
}
.TagClassName
{
border-color: #1896A8;
}
</style>