Shades of Pelorous #1C88AB
Tints of Pelorous #1C88AB
RGB
CMYK
RGB Variations
Color information
#1C88AB (or 0x1C88AB) is known color: Pelorous. HEX triplet: 1C, 88 and AB. RGB value is (28,136,171). Sum of RGB (Red+Green+Blue) = 28+136+171=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C88AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C88AB is #E37754. Grayscale: #6B6B6B. Windows color (decimal): -14907221 or 11241500. OLE color: 11241500.
HSL color Cylindrical-coordinate representation of color #1C88AB: hue angle of 194.69º 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 #1C88AB is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 136 | 171 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.33 |
| HSL | 194.69º | 0.72% | 0.39% | - |
| HSV(B) | 194.69º | 0.84% | 0.67% | - |
| XYZ | 16.63 | 20.8 | 41.67 | - |
| YUV | 107.7 | 163.72 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 136 | 171 | 0.84 | 0.20 | 0 | 0.33 | 194.69 | 0.72 | 0.39 |
| Hex | 1C | 88 | AB | 54 | 14 | 0 | 21 | C3 | 48 | 27 |
| Octal | 34 | 210 | 253 | 124 | 24 | 0 | 41 | 303 | 110 | 47 |
| Binary | 11100 | 10001000 | 10101011 | 1010100 | 10100 | 0 | 100001 | 11000011 | 1001000 | 100111 |
Color Harmonies of #1C88AB
Complementary color
Monochromatic Colors of #1C88AB
Black with #1C88AB
Text Example
Text Example
White with #1C88AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C88AB; }
p { color: rgb(28,136,171); }
H1.HeaderClassName
{
color: #1C88AB;
}
.AnyTagClassName
{
color: #1C88AB;
}
</style>
background-color css
<style>
a { background-color: #1C88AB; }
a { background-color: rgb(28,136,171); }
div.DivClassName
{
background-color: #1C88AB;
}
.BgClassName
{
background-color: #1C88AB;
}
</style>
border-color css
<style>
span { border-color: #1C88AB; }
span { border-color: rgb(28,136,171); }
td.TdClassName
{
border-color: #1C88AB;
}
.TagClassName
{
border-color: #1C88AB;
}
</style>