Html Css Color HEX #179DAE Pelorous

📋 copy color: '#179DAE'

red 23 ◦ green 157 ◦ blue 174

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

Shades of Pelorous #179DAE

Tints of Pelorous #179DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.35%

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

R = 6.5%
G = 44.35%
B = 49.15%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#179DAE (or 0x179DAE) is known color: Pelorous. HEX triplet: 17, 9D and AE. RGB value is (23,157,174). Sum of RGB (Red+Green+Blue) = 23+157+174=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #179DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179DAE is #E86251. Grayscale: #767676. Windows color (decimal): -15229522 or 11443479. OLE color: 11443479.

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

Color convert

RGB 23 157 174 -
CMYK 0.87 0.10 0 0.32
HSL 186.76º 0.77% 0.39% -
HSV(B) 186.76º 0.87% 0.68% -
XYZ 20.05 27.35 44.27 -
YUV 118.87 159.11 59.62 -
System Red Green Blue C M Y K H S L
Decimal 23 157 174 0.87 0.10 0 0.32 186.76 0.77 0.39
Hex 17 9D AE 57 A 0 20 BB 4D 27
Octal 27 235 256 127 12 0 40 273 115 47
Binary 10111 10011101 10101110 1010111 1010 0 100000 10111011 1001101 100111

Color Harmonies of #179DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179DAE

Black with #179DAE

Text Example


Text Example

White with #179DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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