Html Css Color HEX #178CBA Pelorous

📋 copy color: '#178CBA'

red 23 ◦ green 140 ◦ blue 186

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

Shades of Pelorous #178CBA

Tints of Pelorous #178CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.11%

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

R = 6.59%
G = 40.11%
B = 53.3%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#178CBA (or 0x178CBA) is known color: Pelorous. HEX triplet: 17, 8C and BA. RGB value is (23,140,186). Sum of RGB (Red+Green+Blue) = 23+140+186=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #178CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178CBA is #E87345. Grayscale: #6D6D6D. Windows color (decimal): -15233862 or 12225559. OLE color: 12225559.

HSL color Cylindrical-coordinate representation of color #178CBA: hue angle of 196.93º 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 #178CBA is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 140 186 -
CMYK 0.88 0.25 0 0.27
HSL 196.93º 0.78% 0.41% -
HSV(B) 196.93º 0.88% 0.73% -
XYZ 18.59 22.48 49.81 -
YUV 110.26 170.74 65.76 -
System Red Green Blue C M Y K H S L
Decimal 23 140 186 0.88 0.25 0 0.27 196.93 0.78 0.41
Hex 17 8C BA 58 19 0 1B C5 4E 29
Octal 27 214 272 130 31 0 33 305 116 51
Binary 10111 10001100 10111010 1011000 11001 0 11011 11000101 1001110 101001

Color Harmonies of #178CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178CBA

Black with #178CBA

Text Example


Text Example

White with #178CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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