Html Css Color HEX #178CA6 Pelorous

📋 copy color: '#178CA6'

red 23 ◦ green 140 ◦ blue 166

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

Shades of Pelorous #178CA6

Tints of Pelorous #178CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50.46%

R = 6.99%
G = 42.55%
B = 50.46%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#178CA6 (or 0x178CA6) is known color: Pelorous. HEX triplet: 17, 8C and A6. RGB value is (23,140,166). Sum of RGB (Red+Green+Blue) = 23+140+166=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 166 (65.23% from 255 or 50.46% from 329); Max value from RGB is 166 - color contains mainly: blue. Hex color #178CA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178CA6 is #E87359. Grayscale: #6B6B6B. Windows color (decimal): -15233882 or 10914839. OLE color: 10914839.

HSL color Cylindrical-coordinate representation of color #178CA6: hue angle of 190.91º 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 #178CA6 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 23 140 166 -
CMYK 0.86 0.16 0 0.35
HSL 190.91º 0.76% 0.37% -
HSV(B) 190.91º 0.86% 0.65% -
XYZ 16.61 21.69 39.39 -
YUV 107.98 160.74 67.39 -
System Red Green Blue C M Y K H S L
Decimal 23 140 166 0.86 0.16 0 0.35 190.91 0.76 0.37
Hex 17 8C A6 56 10 0 23 BF 4C 25
Octal 27 214 246 126 20 0 43 277 114 45
Binary 10111 10001100 10100110 1010110 10000 0 100011 10111111 1001100 100101

Color Harmonies of #178CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178CA6

Black with #178CA6

Text Example


Text Example

White with #178CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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