Html Css Color HEX #178BAC Pelorous

📋 copy color: '#178BAC'

red 23 ◦ green 139 ◦ blue 172

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

Shades of Pelorous #178BAC

Tints of Pelorous #178BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.62%

 BLUE value IS 172 (67.58% from 255) = 51.5%

R = 6.89%
G = 41.62%
B = 51.5%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#178BAC (or 0x178BAC) is known color: Pelorous. HEX triplet: 17, 8B and AC. RGB value is (23,139,172). Sum of RGB (Red+Green+Blue) = 23+139+172=334 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.89% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #178BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178BAC is #E87453. Grayscale: #6B6B6B. Windows color (decimal): -15234132 or 11307799. OLE color: 11307799.

HSL color Cylindrical-coordinate representation of color #178BAC: hue angle of 193.29º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #178BAC is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 139 172 -
CMYK 0.87 0.19 0 0.33
HSL 193.29º 0.76% 0.38% -
HSV(B) 193.29º 0.87% 0.67% -
XYZ 17.03 21.63 42.31 -
YUV 108.08 164.07 67.32 -
System Red Green Blue C M Y K H S L
Decimal 23 139 172 0.87 0.19 0 0.33 193.29 0.76 0.38
Hex 17 8B AC 57 13 0 21 C1 4C 26
Octal 27 213 254 127 23 0 41 301 114 46
Binary 10111 10001011 10101100 1010111 10011 0 100001 11000001 1001100 100110

Color Harmonies of #178BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178BAC

Black with #178BAC

Text Example


Text Example

White with #178BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,139,172); }

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

background-color css

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

 a { background-color: rgb(23,139,172); }

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

border-color css

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

 span { border-color: rgb(23,139,172); }

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