Html Css Color HEX #179AAF Pelorous

📋 copy color: '#179AAF'

red 23 ◦ green 154 ◦ blue 175

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

Shades of Pelorous #179AAF

Tints of Pelorous #179AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.72%

R = 6.53%
G = 43.75%
B = 49.72%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#179AAF (or 0x179AAF) is known color: Pelorous. HEX triplet: 17, 9A and AF. RGB value is (23,154,175). Sum of RGB (Red+Green+Blue) = 23+154+175=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #179AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179AAF is #E86550. Grayscale: #757575. Windows color (decimal): -15230289 or 11508247. OLE color: 11508247.

HSL color Cylindrical-coordinate representation of color #179AAF: hue angle of 188.29º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #179AAF is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 23 154 175 -
CMYK 0.87 0.12 0 0.31
HSL 188.29º 0.77% 0.39% -
HSV(B) 188.29º 0.87% 0.69% -
XYZ 19.65 26.39 44.62 -
YUV 117.23 160.6 60.79 -
System Red Green Blue C M Y K H S L
Decimal 23 154 175 0.87 0.12 0 0.31 188.29 0.77 0.39
Hex 17 9A AF 57 C 0 1F BC 4D 27
Octal 27 232 257 127 14 0 37 274 115 47
Binary 10111 10011010 10101111 1010111 1100 0 11111 10111100 1001101 100111

Color Harmonies of #179AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179AAF

Black with #179AAF

Text Example


Text Example

White with #179AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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