Shades of Pelorous #178CC1
Tints of Pelorous #178CC1
RGB
CMYK
RGB Variations
Color information
#178CC1 (or 0x178CC1) is known color: Pelorous. HEX triplet: 17, 8C and C1. RGB value is (23,140,193). Sum of RGB (Red+Green+Blue) = 23+140+193=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #178CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178CC1 is #E8733E. Grayscale: #6E6E6E. Windows color (decimal): -15233855 or 12684311. OLE color: 12684311.
HSL color Cylindrical-coordinate representation of color #178CC1: hue angle of 198.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178CC1 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 140 | 193 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.24 |
| HSL | 198.71º | 0.79% | 0.42% | - |
| HSV(B) | 198.71º | 0.88% | 0.76% | - |
| XYZ | 19.36 | 22.79 | 53.83 | - |
| YUV | 111.06 | 174.24 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 140 | 193 | 0.88 | 0.27 | 0 | 0.24 | 198.71 | 0.79 | 0.42 |
| Hex | 17 | 8C | C1 | 58 | 1B | 0 | 18 | C7 | 4F | 2A |
| Octal | 27 | 214 | 301 | 130 | 33 | 0 | 30 | 307 | 117 | 52 |
| Binary | 10111 | 10001100 | 11000001 | 1011000 | 11011 | 0 | 11000 | 11000111 | 1001111 | 101010 |
Color Harmonies of #178CC1
Complementary color
Monochromatic Colors of #178CC1
Black with #178CC1
Text Example
Text Example
White with #178CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178CC1; }
p { color: rgb(23,140,193); }
H1.HeaderClassName
{
color: #178CC1;
}
.AnyTagClassName
{
color: #178CC1;
}
</style>
background-color css
<style>
a { background-color: #178CC1; }
a { background-color: rgb(23,140,193); }
div.DivClassName
{
background-color: #178CC1;
}
.BgClassName
{
background-color: #178CC1;
}
</style>
border-color css
<style>
span { border-color: #178CC1; }
span { border-color: rgb(23,140,193); }
td.TdClassName
{
border-color: #178CC1;
}
.TagClassName
{
border-color: #178CC1;
}
</style>