#178eb8

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

Shades of Pelorous #178EB8

Tints of Pelorous #178EB8

Color information

#178EB8 (or 0x178EB8) is unknown color: approx Pelorous. HEX triplet: 17, 8E and B8. RGB value is (23,142,184). Sum of RGB (Red+Green+Blue) = 23+142+184=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 184 (72.27% from 255 or 52.72% from 349); Max value from RGB is 184 - color contains mainly: blue. Hex color #178EB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178EB8 is #E87147. Grayscale: #6E6E6E. Windows color (decimal): -15233352 or 12094999. OLE color: 12094999.

HSL color Cylindrical-coordinate representation of color #178EB8: hue angle of 195.65º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178EB8 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB23142184-
CMYK0.880.2300.28
HSL195.65º77.78%40.59%-
HSV(B)195.65º87.5%72.16%-
XYZ18.6822.9948.8-
YUV111.21169.0865.08-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.59%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 184 (72.27% from 255) = 52.72%
R=6.59%
G=40.69%
B=52.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal231421840.880.2300.28195.6577.7840.59
Hex178EB8581701Cc44e29
Octal272162701302703430411651
Binary101111000111010111000101100010111011100110001001001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #178eb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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