#178ED6

Color #178ED6 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #178ED6

Tints of Pacific Blue #178ED6

Color information

#178ED6 (or 0x178ED6) is unknown color: approx Pacific Blue. HEX triplet: 17, 8E and D6. RGB value is (23,142,214). Sum of RGB (Red+Green+Blue) = 23+142+214=379 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.07% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 214 (83.98% from 255 or 56.46% from 379); Max value from RGB is 214 - color contains mainly: blue. Hex color #178ED6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178ED6 is #E87129. Grayscale: #727272. Windows color (decimal): -15233322 or 14061079. OLE color: 14061079.

HSL color Cylindrical-coordinate representation of color #178ED6: hue angle of 202.62º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #178ED6 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB23142214-
CMYK0.890.3400.16
HSL202.62º80.59%46.47%-
HSV(B)202.62º89.25%83.92%-
XYZ22.1624.3867.16-
YUV114.63184.0862.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 6.07%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 214 (83.98% from 255) = 56.46%
R=6.07%
G=37.47%
B=56.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal231422140.890.3400.16202.6280.5946.47
Hex178ED65922010cb512e
Octal272163261314202031312156
Binary1011110001110110101101011001100010010000110010111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #178ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #178ED6; }

 p { color: rgb(23,142,214); }

 H1.HeaderClassName
 {
   color: #178ED6;
 }
 .AnyTagClassName
 {
   color: #178ED6;
 }
</style>
background-color css

<style>
 a { background-color: #178ED6; }

 a { background-color: rgb(23,142,214); }

 div.DivClassName
 {
   background-color: #178ED6;
 }
 .BgClassName
 {
   background-color: #178ED6;
 }
</style>
border-color css

<style>
 span { border-color: #178ED6; }

 span { border-color: rgb(23,142,214); }

 td.TdClassName
 {
   border-color: #178ED6;
 }
 .TagClassName
 {
   border-color: #178ED6;
 }
</style>