Shades of Pelorous #179BBD
Tints of Pelorous #179BBD
RGB
CMYK
RGB Variations
Color information
#179BBD (or 0x179BBD) is known color: Pelorous. HEX triplet: 17, 9B and BD. RGB value is (23,155,189). Sum of RGB (Red+Green+Blue) = 23+155+189=367 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.27% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #179BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179BBD is #E86442. Grayscale: #777777. Windows color (decimal): -15230019 or 12426007. OLE color: 12426007.
HSL color Cylindrical-coordinate representation of color #179BBD: hue angle of 192.29º 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 #179BBD is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 155 | 189 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.26 |
| HSL | 192.29º | 0.78% | 0.42% | - |
| HSV(B) | 192.29º | 0.88% | 0.74% | - |
| XYZ | 21.26 | 27.3 | 52.29 | - |
| YUV | 119.41 | 167.27 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 155 | 189 | 0.88 | 0.18 | 0 | 0.26 | 192.29 | 0.78 | 0.42 |
| Hex | 17 | 9B | BD | 58 | 12 | 0 | 1A | C0 | 4E | 2A |
| Octal | 27 | 233 | 275 | 130 | 22 | 0 | 32 | 300 | 116 | 52 |
| Binary | 10111 | 10011011 | 10111101 | 1011000 | 10010 | 0 | 11010 | 11000000 | 1001110 | 101010 |
Color Harmonies of #179BBD
Complementary color
Monochromatic Colors of #179BBD
Black with #179BBD
Text Example
Text Example
White with #179BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179BBD; }
p { color: rgb(23,155,189); }
H1.HeaderClassName
{
color: #179BBD;
}
.AnyTagClassName
{
color: #179BBD;
}
</style>
background-color css
<style>
a { background-color: #179BBD; }
a { background-color: rgb(23,155,189); }
div.DivClassName
{
background-color: #179BBD;
}
.BgClassName
{
background-color: #179BBD;
}
</style>
border-color css
<style>
span { border-color: #179BBD; }
span { border-color: rgb(23,155,189); }
td.TdClassName
{
border-color: #179BBD;
}
.TagClassName
{
border-color: #179BBD;
}
</style>