#178DD6

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

Shades of Pacific Blue #178DD6

Tints of Pacific Blue #178DD6

Color information

#178DD6 (or 0x178DD6) is unknown color: approx Pacific Blue. HEX triplet: 17, 8D and D6. RGB value is (23,141,214). Sum of RGB (Red+Green+Blue) = 23+141+214=378 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.08% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 214 (83.98% from 255 or 56.61% from 378); Max value from RGB is 214 - color contains mainly: blue. Hex color #178DD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178DD6 is #E87229. Grayscale: #717171. Windows color (decimal): -15233578 or 14060823. OLE color: 14060823.

HSL color Cylindrical-coordinate representation of color #178DD6: hue angle of 202.93º 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 #178DD6 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB23141214-
CMYK0.890.3400.16
HSL202.93º80.59%46.47%-
HSV(B)202.93º89.25%83.92%-
XYZ22.0224.0967.11-
YUV114.04184.4163.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.08%
GREEN value IS 141 (55.47% from 255) = 37.30%
BLUE value IS 214 (83.98% from 255) = 56.61%
R=6.08%
G=37.30%
B=56.61%

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
Decimal231412140.890.3400.16202.9380.5946.47
Hex178DD65922010cb512e
Octal272153261314202031312156
Binary1011110001101110101101011001100010010000110010111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #178DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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