Shades of Pelorous #1C8DAF
Tints of Pelorous #1C8DAF
RGB
CMYK
RGB Variations
Color information
#1C8DAF (or 0x1C8DAF) is known color: Pelorous. HEX triplet: 1C, 8D and AF. RGB value is (28,141,175). Sum of RGB (Red+Green+Blue) = 28+141+175=344 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.14% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #1C8DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8DAF is #E37250. Grayscale: #6E6E6E. Windows color (decimal): -14905937 or 11504924. OLE color: 11504924.
HSL color Cylindrical-coordinate representation of color #1C8DAF: hue angle of 193.88º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C8DAF is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 141 | 175 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.31 |
| HSL | 193.88º | 0.72% | 0.4% | - |
| HSV(B) | 193.88º | 0.84% | 0.69% | - |
| XYZ | 17.74 | 22.39 | 43.94 | - |
| YUV | 111.09 | 164.06 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 141 | 175 | 0.84 | 0.19 | 0 | 0.31 | 193.88 | 0.72 | 0.4 |
| Hex | 1C | 8D | AF | 54 | 13 | 0 | 1F | C2 | 48 | 28 |
| Octal | 34 | 215 | 257 | 124 | 23 | 0 | 37 | 302 | 110 | 50 |
| Binary | 11100 | 10001101 | 10101111 | 1010100 | 10011 | 0 | 11111 | 11000010 | 1001000 | 101000 |
Color Harmonies of #1C8DAF
Complementary color
Monochromatic Colors of #1C8DAF
Black with #1C8DAF
Text Example
Text Example
White with #1C8DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8DAF; }
p { color: rgb(28,141,175); }
H1.HeaderClassName
{
color: #1C8DAF;
}
.AnyTagClassName
{
color: #1C8DAF;
}
</style>
background-color css
<style>
a { background-color: #1C8DAF; }
a { background-color: rgb(28,141,175); }
div.DivClassName
{
background-color: #1C8DAF;
}
.BgClassName
{
background-color: #1C8DAF;
}
</style>
border-color css
<style>
span { border-color: #1C8DAF; }
span { border-color: rgb(28,141,175); }
td.TdClassName
{
border-color: #1C8DAF;
}
.TagClassName
{
border-color: #1C8DAF;
}
</style>