Shades of Pacific Blue #178BCB
Tints of Pacific Blue #178BCB
RGB
CMYK
RGB Variations
Color information
#178BCB (or 0x178BCB) is known color: Pacific Blue. HEX triplet: 17, 8B and CB. RGB value is (23,139,203). Sum of RGB (Red+Green+Blue) = 23+139+203=365 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.30% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #178BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178BCB is #E87434. Grayscale: #6F6F6F. Windows color (decimal): -15234101 or 13339415. OLE color: 13339415.
HSL color Cylindrical-coordinate representation of color #178BCB: hue angle of 201.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #178BCB is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 139 | 203 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.20 |
| HSL | 201.33º | 0.8% | 0.44% | - |
| HSV(B) | 201.33º | 0.89% | 0.8% | - |
| XYZ | 20.37 | 22.96 | 59.86 | - |
| YUV | 111.61 | 179.57 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 139 | 203 | 0.89 | 0.32 | 0 | 0.20 | 201.33 | 0.8 | 0.44 |
| Hex | 17 | 8B | CB | 59 | 20 | 0 | 14 | C9 | 50 | 2C |
| Octal | 27 | 213 | 313 | 131 | 40 | 0 | 24 | 311 | 120 | 54 |
| Binary | 10111 | 10001011 | 11001011 | 1011001 | 100000 | 0 | 10100 | 11001001 | 1010000 | 101100 |
Color Harmonies of #178BCB
Complementary color
Monochromatic Colors of #178BCB
Black with #178BCB
Text Example
Text Example
White with #178BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178BCB; }
p { color: rgb(23,139,203); }
H1.HeaderClassName
{
color: #178BCB;
}
.AnyTagClassName
{
color: #178BCB;
}
</style>
background-color css
<style>
a { background-color: #178BCB; }
a { background-color: rgb(23,139,203); }
div.DivClassName
{
background-color: #178BCB;
}
.BgClassName
{
background-color: #178BCB;
}
</style>
border-color css
<style>
span { border-color: #178BCB; }
span { border-color: rgb(23,139,203); }
td.TdClassName
{
border-color: #178BCB;
}
.TagClassName
{
border-color: #178BCB;
}
</style>