Html Css Color HEX #179BAE Pelorous

📋 copy color: '#179BAE'

red 23 ◦ green 155 ◦ blue 174

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

Shades of Pelorous #179BAE

Tints of Pelorous #179BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.03%

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

R = 6.53%
G = 44.03%
B = 49.43%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#179BAE (or 0x179BAE) is known color: Pelorous. HEX triplet: 17, 9B and AE. RGB value is (23,155,174). Sum of RGB (Red+Green+Blue) = 23+155+174=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #179BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179BAE is #E86451. Grayscale: #757575. Windows color (decimal): -15230034 or 11442967. OLE color: 11442967.

HSL color Cylindrical-coordinate representation of color #179BAE: hue angle of 187.55º 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 #179BAE is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 23 155 174 -
CMYK 0.87 0.11 0 0.32
HSL 187.55º 0.77% 0.39% -
HSV(B) 187.55º 0.87% 0.68% -
XYZ 19.71 26.68 44.16 -
YUV 117.7 159.77 60.46 -
System Red Green Blue C M Y K H S L
Decimal 23 155 174 0.87 0.11 0 0.32 187.55 0.77 0.39
Hex 17 9B AE 57 B 0 20 BC 4D 27
Octal 27 233 256 127 13 0 40 274 115 47
Binary 10111 10011011 10101110 1010111 1011 0 100000 10111100 1001101 100111

Color Harmonies of #179BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179BAE

Black with #179BAE

Text Example


Text Example

White with #179BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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