Html Css Color HEX #178CA5 Pelorous

📋 copy color: '#178CA5'

red 23 ◦ green 140 ◦ blue 165

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

Shades of Pelorous #178CA5

Tints of Pelorous #178CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 50.3%

R = 7.01%
G = 42.68%
B = 50.3%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#178CA5 (or 0x178CA5) is known color: Pelorous. HEX triplet: 17, 8C and A5. RGB value is (23,140,165). Sum of RGB (Red+Green+Blue) = 23+140+165=328 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.01% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 165 (64.84% from 255 or 50.30% from 328); Max value from RGB is 165 - color contains mainly: blue. Hex color #178CA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178CA5 is #E8735A. Grayscale: #6B6B6B. Windows color (decimal): -15233883 or 10849303. OLE color: 10849303.

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

Color convert

RGB 23 140 165 -
CMYK 0.86 0.15 0 0.35
HSL 190.56º 0.76% 0.37% -
HSV(B) 190.56º 0.86% 0.65% -
XYZ 16.52 21.65 38.91 -
YUV 107.87 160.24 67.47 -
System Red Green Blue C M Y K H S L
Decimal 23 140 165 0.86 0.15 0 0.35 190.56 0.76 0.37
Hex 17 8C A5 56 F 0 23 BF 4C 25
Octal 27 214 245 126 17 0 43 277 114 45
Binary 10111 10001100 10100101 1010110 1111 0 100011 10111111 1001100 100101

Color Harmonies of #178CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178CA5

Black with #178CA5

Text Example


Text Example

White with #178CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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