Shades of Pelorous #1C87AB
Tints of Pelorous #1C87AB
RGB
CMYK
RGB Variations
Color information
#1C87AB (or 0x1C87AB) is known color: Pelorous. HEX triplet: 1C, 87 and AB. RGB value is (28,135,171). Sum of RGB (Red+Green+Blue) = 28+135+171=334 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.38% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C87AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C87AB is #E37854. Grayscale: #6A6A6A. Windows color (decimal): -14907477 or 11241244. OLE color: 11241244.
HSL color Cylindrical-coordinate representation of color #1C87AB: hue angle of 195.1º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C87AB is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 135 | 171 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.33 |
| HSL | 195.1º | 0.72% | 0.39% | - |
| HSV(B) | 195.1º | 0.84% | 0.67% | - |
| XYZ | 16.49 | 20.52 | 41.62 | - |
| YUV | 107.11 | 164.05 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 171 | 0.84 | 0.21 | 0 | 0.33 | 195.1 | 0.72 | 0.39 |
| Hex | 1C | 87 | AB | 54 | 15 | 0 | 21 | C3 | 48 | 27 |
| Octal | 34 | 207 | 253 | 124 | 25 | 0 | 41 | 303 | 110 | 47 |
| Binary | 11100 | 10000111 | 10101011 | 1010100 | 10101 | 0 | 100001 | 11000011 | 1001000 | 100111 |
Color Harmonies of #1C87AB
Complementary color
Monochromatic Colors of #1C87AB
Black with #1C87AB
Text Example
Text Example
White with #1C87AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C87AB; }
p { color: rgb(28,135,171); }
H1.HeaderClassName
{
color: #1C87AB;
}
.AnyTagClassName
{
color: #1C87AB;
}
</style>
background-color css
<style>
a { background-color: #1C87AB; }
a { background-color: rgb(28,135,171); }
div.DivClassName
{
background-color: #1C87AB;
}
.BgClassName
{
background-color: #1C87AB;
}
</style>
border-color css
<style>
span { border-color: #1C87AB; }
span { border-color: rgb(28,135,171); }
td.TdClassName
{
border-color: #1C87AB;
}
.TagClassName
{
border-color: #1C87AB;
}
</style>