Html Css Color HEX #179FAA Pelorous

📋 copy color: '#179FAA'

red 23 ◦ green 159 ◦ blue 170

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

Shades of Pelorous #179FAA

Tints of Pelorous #179FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.17%

 BLUE value IS 170 (66.8% from 255) = 48.3%

R = 6.53%
G = 45.17%
B = 48.3%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#179FAA (or 0x179FAA) is known color: Pelorous. HEX triplet: 17, 9F and AA. RGB value is (23,159,170). Sum of RGB (Red+Green+Blue) = 23+159+170=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #179FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179FAA is #E86055. Grayscale: #777777. Windows color (decimal): -15229014 or 11181847. OLE color: 11181847.

HSL color Cylindrical-coordinate representation of color #179FAA: hue angle of 184.49º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #179FAA is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 159 170 -
CMYK 0.86 0.06 0 0.33
HSL 184.49º 0.76% 0.38% -
HSV(B) 184.49º 0.86% 0.67% -
XYZ 20.01 27.88 42.36 -
YUV 119.59 156.44 59.11 -
System Red Green Blue C M Y K H S L
Decimal 23 159 170 0.86 0.06 0 0.33 184.49 0.76 0.38
Hex 17 9F AA 56 6 0 21 B8 4C 26
Octal 27 237 252 126 6 0 41 270 114 46
Binary 10111 10011111 10101010 1010110 110 0 100001 10111000 1001100 100110

Color Harmonies of #179FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179FAA

Black with #179FAA

Text Example


Text Example

White with #179FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,159,170); }

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

background-color css

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

 a { background-color: rgb(23,159,170); }

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

border-color css

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

 span { border-color: rgb(23,159,170); }

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