Shades of Pelorous #179CBE
Tints of Pelorous #179CBE
RGB
CMYK
RGB Variations
Color information
#179CBE (or 0x179CBE) is known color: Pelorous. HEX triplet: 17, 9C and BE. RGB value is (23,156,190). Sum of RGB (Red+Green+Blue) = 23+156+190=369 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.23% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #179CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179CBE is #E86341. Grayscale: #777777. Windows color (decimal): -15229762 or 12491799. OLE color: 12491799.
HSL color Cylindrical-coordinate representation of color #179CBE: hue angle of 192.22º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #179CBE is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 156 | 190 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.25 |
| HSL | 192.22º | 0.78% | 0.42% | - |
| HSV(B) | 192.22º | 0.88% | 0.75% | - |
| XYZ | 21.54 | 27.68 | 52.92 | - |
| YUV | 120.11 | 167.44 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 156 | 190 | 0.88 | 0.18 | 0 | 0.25 | 192.22 | 0.78 | 0.42 |
| Hex | 17 | 9C | BE | 58 | 12 | 0 | 19 | C0 | 4E | 2A |
| Octal | 27 | 234 | 276 | 130 | 22 | 0 | 31 | 300 | 116 | 52 |
| Binary | 10111 | 10011100 | 10111110 | 1011000 | 10010 | 0 | 11001 | 11000000 | 1001110 | 101010 |
Color Harmonies of #179CBE
Complementary color
Monochromatic Colors of #179CBE
Black with #179CBE
Text Example
Text Example
White with #179CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179CBE; }
p { color: rgb(23,156,190); }
H1.HeaderClassName
{
color: #179CBE;
}
.AnyTagClassName
{
color: #179CBE;
}
</style>
background-color css
<style>
a { background-color: #179CBE; }
a { background-color: rgb(23,156,190); }
div.DivClassName
{
background-color: #179CBE;
}
.BgClassName
{
background-color: #179CBE;
}
</style>
border-color css
<style>
span { border-color: #179CBE; }
span { border-color: rgb(23,156,190); }
td.TdClassName
{
border-color: #179CBE;
}
.TagClassName
{
border-color: #179CBE;
}
</style>