Shades of Pacific Blue #178ACE
Tints of Pacific Blue #178ACE
RGB
CMYK
RGB Variations
Color information
#178ACE (or 0x178ACE) is known color: Pacific Blue. HEX triplet: 17, 8A and CE. RGB value is (23,138,206). Sum of RGB (Red+Green+Blue) = 23+138+206=367 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.27% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #178ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178ACE is #E87531. Grayscale: #6E6E6E. Windows color (decimal): -15234354 or 13535767. OLE color: 13535767.
HSL color Cylindrical-coordinate representation of color #178ACE: hue angle of 202.3º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #178ACE is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 138 | 206 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.19 |
| HSL | 202.3º | 0.8% | 0.45% | - |
| HSV(B) | 202.3º | 0.89% | 0.81% | - |
| XYZ | 20.58 | 22.82 | 61.71 | - |
| YUV | 111.37 | 181.4 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 206 | 0.89 | 0.33 | 0 | 0.19 | 202.3 | 0.8 | 0.45 |
| Hex | 17 | 8A | CE | 59 | 21 | 0 | 13 | CA | 50 | 2D |
| Octal | 27 | 212 | 316 | 131 | 41 | 0 | 23 | 312 | 120 | 55 |
| Binary | 10111 | 10001010 | 11001110 | 1011001 | 100001 | 0 | 10011 | 11001010 | 1010000 | 101101 |
Color Harmonies of #178ACE
Complementary color
Monochromatic Colors of #178ACE
Black with #178ACE
Text Example
Text Example
White with #178ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178ACE; }
p { color: rgb(23,138,206); }
H1.HeaderClassName
{
color: #178ACE;
}
.AnyTagClassName
{
color: #178ACE;
}
</style>
background-color css
<style>
a { background-color: #178ACE; }
a { background-color: rgb(23,138,206); }
div.DivClassName
{
background-color: #178ACE;
}
.BgClassName
{
background-color: #178ACE;
}
</style>
border-color css
<style>
span { border-color: #178ACE; }
span { border-color: rgb(23,138,206); }
td.TdClassName
{
border-color: #178ACE;
}
.TagClassName
{
border-color: #178ACE;
}
</style>