Shades of Pelorous #179EBD
Tints of Pelorous #179EBD
RGB
CMYK
RGB Variations
Color information
#179EBD (or 0x179EBD) is known color: Pelorous. HEX triplet: 17, 9E and BD. RGB value is (23,158,189). Sum of RGB (Red+Green+Blue) = 23+158+189=370 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.22% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #179EBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179EBD is #E86142. Grayscale: #787878. Windows color (decimal): -15229251 or 12426775. OLE color: 12426775.
HSL color Cylindrical-coordinate representation of color #179EBD: hue angle of 191.2º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #179EBD is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 158 | 189 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.26 |
| HSL | 191.2º | 0.78% | 0.42% | - |
| HSV(B) | 191.2º | 0.88% | 0.74% | - |
| XYZ | 21.77 | 28.31 | 52.46 | - |
| YUV | 121.17 | 166.27 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 158 | 189 | 0.88 | 0.16 | 0 | 0.26 | 191.2 | 0.78 | 0.42 |
| Hex | 17 | 9E | BD | 58 | 10 | 0 | 1A | BF | 4E | 2A |
| Octal | 27 | 236 | 275 | 130 | 20 | 0 | 32 | 277 | 116 | 52 |
| Binary | 10111 | 10011110 | 10111101 | 1011000 | 10000 | 0 | 11010 | 10111111 | 1001110 | 101010 |
Color Harmonies of #179EBD
Complementary color
Monochromatic Colors of #179EBD
Black with #179EBD
Text Example
Text Example
White with #179EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179EBD; }
p { color: rgb(23,158,189); }
H1.HeaderClassName
{
color: #179EBD;
}
.AnyTagClassName
{
color: #179EBD;
}
</style>
background-color css
<style>
a { background-color: #179EBD; }
a { background-color: rgb(23,158,189); }
div.DivClassName
{
background-color: #179EBD;
}
.BgClassName
{
background-color: #179EBD;
}
</style>
border-color css
<style>
span { border-color: #179EBD; }
span { border-color: rgb(23,158,189); }
td.TdClassName
{
border-color: #179EBD;
}
.TagClassName
{
border-color: #179EBD;
}
</style>