Html Css Color HEX #179DAF Pelorous

📋 copy color: '#179DAF'

red 23 ◦ green 157 ◦ blue 175

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

Shades of Pelorous #179DAF

Tints of Pelorous #179DAF

RGB

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

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

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

R = 6.48%
G = 44.23%
B = 49.3%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#179DAF (or 0x179DAF) is known color: Pelorous. HEX triplet: 17, 9D and AF. RGB value is (23,157,175). Sum of RGB (Red+Green+Blue) = 23+157+175=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #179DAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179DAF is #E86250. Grayscale: #767676. Windows color (decimal): -15229521 or 11509015. OLE color: 11509015.

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

Color convert

RGB 23 157 175 -
CMYK 0.87 0.10 0 0.31
HSL 187.11º 0.77% 0.39% -
HSV(B) 187.11º 0.87% 0.69% -
XYZ 20.15 27.39 44.78 -
YUV 118.99 159.61 59.54 -
System Red Green Blue C M Y K H S L
Decimal 23 157 175 0.87 0.10 0 0.31 187.11 0.77 0.39
Hex 17 9D AF 57 A 0 1F BB 4D 27
Octal 27 235 257 127 12 0 37 273 115 47
Binary 10111 10011101 10101111 1010111 1010 0 11111 10111011 1001101 100111

Color Harmonies of #179DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179DAF

Black with #179DAF

Text Example


Text Example

White with #179DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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