Html Css Color HEX #178EBC Pelorous

📋 copy color: '#178EBC'

red 23 ◦ green 142 ◦ blue 188

#178EBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #178EBC

Tints of Pelorous #178EBC

RGB

 RED value IS 23 (9.38% from 255) = 6.52%

 GREEN value IS 142 (55.86% from 255) = 40.23%

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 6.52%
G = 40.23%
B = 53.26%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#178EBC (or 0x178EBC) is known color: Pelorous. HEX triplet: 17, 8E and BC. RGB value is (23,142,188). Sum of RGB (Red+Green+Blue) = 23+142+188=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #178EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178EBC is #E87143. Grayscale: #6F6F6F. Windows color (decimal): -15233348 or 12357143. OLE color: 12357143.

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

Color convert

RGB 23 142 188 -
CMYK 0.88 0.24 0 0.26
HSL 196.73º 0.78% 0.41% -
HSV(B) 196.73º 0.88% 0.74% -
XYZ 19.1 23.16 51.04 -
YUV 111.66 171.08 64.76 -
System Red Green Blue C M Y K H S L
Decimal 23 142 188 0.88 0.24 0 0.26 196.73 0.78 0.41
Hex 17 8E BC 58 18 0 1A C5 4E 29
Octal 27 216 274 130 30 0 32 305 116 51
Binary 10111 10001110 10111100 1011000 11000 0 11010 11000101 1001110 101001

Color Harmonies of #178EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178EBC

Black with #178EBC

Text Example


Text Example

White with #178EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #178EBC;
 }
 .AnyTagClassName
 {
   color: #178EBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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