Shades of Pelorous #1C8FA6
Tints of Pelorous #1C8FA6
RGB
CMYK
RGB Variations
Color information
#1C8FA6 (or 0x1C8FA6) is known color: Pelorous. HEX triplet: 1C, 8F and A6. RGB value is (28,143,166). Sum of RGB (Red+Green+Blue) = 28+143+166=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 166 - color contains mainly: blue. Hex color #1C8FA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8FA6 is #E37059. Grayscale: #6F6F6F. Windows color (decimal): -14905434 or 10915612. OLE color: 10915612.
HSL color Cylindrical-coordinate representation of color #1C8FA6: hue angle of 190º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C8FA6 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 28 | 143 | 166 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.35 |
| HSL | 190º | 0.71% | 0.38% | - |
| HSV(B) | 190º | 0.83% | 0.65% | - |
| XYZ | 17.18 | 22.64 | 39.54 | - |
| YUV | 111.24 | 158.9 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 143 | 166 | 0.83 | 0.14 | 0 | 0.35 | 190 | 0.71 | 0.38 |
| Hex | 1C | 8F | A6 | 53 | E | 0 | 23 | BE | 47 | 26 |
| Octal | 34 | 217 | 246 | 123 | 16 | 0 | 43 | 276 | 107 | 46 |
| Binary | 11100 | 10001111 | 10100110 | 1010011 | 1110 | 0 | 100011 | 10111110 | 1000111 | 100110 |
Color Harmonies of #1C8FA6
Complementary color
Monochromatic Colors of #1C8FA6
Black with #1C8FA6
Text Example
Text Example
White with #1C8FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8FA6; }
p { color: rgb(28,143,166); }
H1.HeaderClassName
{
color: #1C8FA6;
}
.AnyTagClassName
{
color: #1C8FA6;
}
</style>
background-color css
<style>
a { background-color: #1C8FA6; }
a { background-color: rgb(28,143,166); }
div.DivClassName
{
background-color: #1C8FA6;
}
.BgClassName
{
background-color: #1C8FA6;
}
</style>
border-color css
<style>
span { border-color: #1C8FA6; }
span { border-color: rgb(28,143,166); }
td.TdClassName
{
border-color: #1C8FA6;
}
.TagClassName
{
border-color: #1C8FA6;
}
</style>