Html Css Color HEX #179AAC Pelorous

📋 copy color: '#179AAC'

red 23 ◦ green 154 ◦ blue 172

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

Shades of Pelorous #179AAC

Tints of Pelorous #179AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.13%

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

R = 6.59%
G = 44.13%
B = 49.28%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#179AAC (or 0x179AAC) is known color: Pelorous. HEX triplet: 17, 9A and AC. RGB value is (23,154,172). Sum of RGB (Red+Green+Blue) = 23+154+172=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #179AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179AAC is #E86553. Grayscale: #747474. Windows color (decimal): -15230292 or 11311639. OLE color: 11311639.

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

Color convert

RGB 23 154 172 -
CMYK 0.87 0.10 0 0.33
HSL 187.25º 0.76% 0.38% -
HSV(B) 187.25º 0.87% 0.67% -
XYZ 19.36 26.27 43.08 -
YUV 116.88 159.1 61.04 -
System Red Green Blue C M Y K H S L
Decimal 23 154 172 0.87 0.10 0 0.33 187.25 0.76 0.38
Hex 17 9A AC 57 A 0 21 BB 4C 26
Octal 27 232 254 127 12 0 41 273 114 46
Binary 10111 10011010 10101100 1010111 1010 0 100001 10111011 1001100 100110

Color Harmonies of #179AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179AAC

Black with #179AAC

Text Example


Text Example

White with #179AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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