Html Css Color HEX #179FC0 Pelorous

📋 copy color: '#179FC0'

red 23 ◦ green 159 ◦ blue 192

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

Shades of Pelorous #179FC0

Tints of Pelorous #179FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.34%

R = 6.15%
G = 42.51%
B = 51.34%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#179FC0 (or 0x179FC0) is known color: Pelorous. HEX triplet: 17, 9F and C0. RGB value is (23,159,192). Sum of RGB (Red+Green+Blue) = 23+159+192=374 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.15% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #179FC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179FC0 is #E8603F. Grayscale: #797979. Windows color (decimal): -15228992 or 12623639. OLE color: 12623639.

HSL color Cylindrical-coordinate representation of color #179FC0: hue angle of 191.72º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #179FC0 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 159 192 -
CMYK 0.88 0.17 0 0.25
HSL 191.72º 0.79% 0.42% -
HSV(B) 191.72º 0.88% 0.75% -
XYZ 22.27 28.78 54.25 -
YUV 122.1 167.44 57.32 -
System Red Green Blue C M Y K H S L
Decimal 23 159 192 0.88 0.17 0 0.25 191.72 0.79 0.42
Hex 17 9F C0 58 11 0 19 C0 4F 2A
Octal 27 237 300 130 21 0 31 300 117 52
Binary 10111 10011111 11000000 1011000 10001 0 11001 11000000 1001111 101010

Color Harmonies of #179FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179FC0

Black with #179FC0

Text Example


Text Example

White with #179FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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