Html Css Color HEX #178CA4 Pelorous

📋 copy color: '#178CA4'

red 23 ◦ green 140 ◦ blue 164

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

Shades of Pelorous #178CA4

Tints of Pelorous #178CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50.15%

R = 7.03%
G = 42.81%
B = 50.15%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#178CA4 (or 0x178CA4) is known color: Pelorous. HEX triplet: 17, 8C and A4. RGB value is (23,140,164). Sum of RGB (Red+Green+Blue) = 23+140+164=327 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.03% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #178CA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178CA4 is #E8735B. Grayscale: #6B6B6B. Windows color (decimal): -15233884 or 10783767. OLE color: 10783767.

HSL color Cylindrical-coordinate representation of color #178CA4: hue angle of 190.21º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #178CA4 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 23 140 164 -
CMYK 0.86 0.15 0 0.36
HSL 190.21º 0.75% 0.37% -
HSV(B) 190.21º 0.86% 0.64% -
XYZ 16.43 21.62 38.43 -
YUV 107.75 159.74 67.55 -
System Red Green Blue C M Y K H S L
Decimal 23 140 164 0.86 0.15 0 0.36 190.21 0.75 0.37
Hex 17 8C A4 56 F 0 24 BE 4B 25
Octal 27 214 244 126 17 0 44 276 113 45
Binary 10111 10001100 10100100 1010110 1111 0 100100 10111110 1001011 100101

Color Harmonies of #178CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178CA4

Black with #178CA4

Text Example


Text Example

White with #178CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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