Shades of Pelorous #1C88BF
Tints of Pelorous #1C88BF
RGB
CMYK
RGB Variations
Color information
#1C88BF (or 0x1C88BF) is known color: Pelorous. HEX triplet: 1C, 88 and BF. RGB value is (28,136,191). Sum of RGB (Red+Green+Blue) = 28+136+191=355 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.89% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C88BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C88BF is #E37740. Grayscale: #6D6D6D. Windows color (decimal): -14907201 or 12552220. OLE color: 12552220.
HSL color Cylindrical-coordinate representation of color #1C88BF: hue angle of 200.25º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C88BF is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 136 | 191 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.25 |
| HSL | 200.25º | 0.74% | 0.43% | - |
| HSV(B) | 200.25º | 0.85% | 0.75% | - |
| XYZ | 18.69 | 21.62 | 52.48 | - |
| YUV | 109.98 | 173.72 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 136 | 191 | 0.85 | 0.29 | 0 | 0.25 | 200.25 | 0.74 | 0.43 |
| Hex | 1C | 88 | BF | 55 | 1D | 0 | 19 | C8 | 4A | 2B |
| Octal | 34 | 210 | 277 | 125 | 35 | 0 | 31 | 310 | 112 | 53 |
| Binary | 11100 | 10001000 | 10111111 | 1010101 | 11101 | 0 | 11001 | 11001000 | 1001010 | 101011 |
Color Harmonies of #1C88BF
Complementary color
Monochromatic Colors of #1C88BF
Black with #1C88BF
Text Example
Text Example
White with #1C88BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C88BF; }
p { color: rgb(28,136,191); }
H1.HeaderClassName
{
color: #1C88BF;
}
.AnyTagClassName
{
color: #1C88BF;
}
</style>
background-color css
<style>
a { background-color: #1C88BF; }
a { background-color: rgb(28,136,191); }
div.DivClassName
{
background-color: #1C88BF;
}
.BgClassName
{
background-color: #1C88BF;
}
</style>
border-color css
<style>
span { border-color: #1C88BF; }
span { border-color: rgb(28,136,191); }
td.TdClassName
{
border-color: #1C88BF;
}
.TagClassName
{
border-color: #1C88BF;
}
</style>