Html Css Color HEX #178EBA Pelorous

📋 copy color: '#178EBA'

red 23 ◦ green 142 ◦ blue 186

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

Shades of Pelorous #178EBA

Tints of Pelorous #178EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 6.55%
G = 40.46%
B = 52.99%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#178EBA (or 0x178EBA) is known color: Pelorous. HEX triplet: 17, 8E and BA. RGB value is (23,142,186). Sum of RGB (Red+Green+Blue) = 23+142+186=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #178EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178EBA is #E87145. Grayscale: #6F6F6F. Windows color (decimal): -15233350 or 12226071. OLE color: 12226071.

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

Color convert

RGB 23 142 186 -
CMYK 0.88 0.24 0 0.27
HSL 196.2º 0.78% 0.41% -
HSV(B) 196.2º 0.88% 0.73% -
XYZ 18.89 23.07 49.91 -
YUV 111.44 170.08 64.92 -
System Red Green Blue C M Y K H S L
Decimal 23 142 186 0.88 0.24 0 0.27 196.2 0.78 0.41
Hex 17 8E BA 58 18 0 1B C4 4E 29
Octal 27 216 272 130 30 0 33 304 116 51
Binary 10111 10001110 10111010 1011000 11000 0 11011 11000100 1001110 101001

Color Harmonies of #178EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178EBA

Black with #178EBA

Text Example


Text Example

White with #178EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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