Html Css Color HEX #179FAC Pelorous

📋 copy color: '#179FAC'

red 23 ◦ green 159 ◦ blue 172

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

Shades of Pelorous #179FAC

Tints of Pelorous #179FAC

RGB

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

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

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

R = 6.5%
G = 44.92%
B = 48.59%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#179FAC (or 0x179FAC) is known color: Pelorous. HEX triplet: 17, 9F and AC. RGB value is (23,159,172). Sum of RGB (Red+Green+Blue) = 23+159+172=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #179FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179FAC is #E86053. Grayscale: #777777. Windows color (decimal): -15229012 or 11312919. OLE color: 11312919.

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

Color convert

RGB 23 159 172 -
CMYK 0.87 0.08 0 0.33
HSL 185.23º 0.76% 0.38% -
HSV(B) 185.23º 0.87% 0.67% -
XYZ 20.2 27.96 43.36 -
YUV 119.82 157.44 58.94 -
System Red Green Blue C M Y K H S L
Decimal 23 159 172 0.87 0.08 0 0.33 185.23 0.76 0.38
Hex 17 9F AC 57 8 0 21 B9 4C 26
Octal 27 237 254 127 10 0 41 271 114 46
Binary 10111 10011111 10101100 1010111 1000 0 100001 10111001 1001100 100110

Color Harmonies of #179FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179FAC

Black with #179FAC

Text Example


Text Example

White with #179FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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