Html Css Color HEX #178BAE Pelorous

📋 copy color: '#178BAE'

red 23 ◦ green 139 ◦ blue 174

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

Shades of Pelorous #178BAE

Tints of Pelorous #178BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.79%

R = 6.85%
G = 41.37%
B = 51.79%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#178BAE (or 0x178BAE) is known color: Pelorous. HEX triplet: 17, 8B and AE. RGB value is (23,139,174). Sum of RGB (Red+Green+Blue) = 23+139+174=336 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.85% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #178BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178BAE is #E87451. Grayscale: #6C6C6C. Windows color (decimal): -15234130 or 11438871. OLE color: 11438871.

HSL color Cylindrical-coordinate representation of color #178BAE: hue angle of 193.91º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #178BAE is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 23 139 174 -
CMYK 0.87 0.20 0 0.32
HSL 193.91º 0.77% 0.39% -
HSV(B) 193.91º 0.87% 0.68% -
XYZ 17.23 21.7 43.33 -
YUV 108.31 165.07 67.15 -
System Red Green Blue C M Y K H S L
Decimal 23 139 174 0.87 0.20 0 0.32 193.91 0.77 0.39
Hex 17 8B AE 57 14 0 20 C2 4D 27
Octal 27 213 256 127 24 0 40 302 115 47
Binary 10111 10001011 10101110 1010111 10100 0 100000 11000010 1001101 100111

Color Harmonies of #178BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178BAE

Black with #178BAE

Text Example


Text Example

White with #178BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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