Html Css Color HEX #179EC0 Pelorous

📋 copy color: '#179EC0'

red 23 ◦ green 158 ◦ blue 192

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

Shades of Pelorous #179EC0

Tints of Pelorous #179EC0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.36%

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

R = 6.17%
G = 42.36%
B = 51.47%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#179EC0 (or 0x179EC0) is known color: Pelorous. HEX triplet: 17, 9E and C0. RGB value is (23,158,192). Sum of RGB (Red+Green+Blue) = 23+158+192=373 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.17% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #179EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179EC0 is #E8613F. Grayscale: #797979. Windows color (decimal): -15229248 or 12623383. OLE color: 12623383.

HSL color Cylindrical-coordinate representation of color #179EC0: hue angle of 192.07º 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 #179EC0 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 158 192 -
CMYK 0.88 0.18 0 0.25
HSL 192.07º 0.79% 0.42% -
HSV(B) 192.07º 0.88% 0.75% -
XYZ 22.09 28.44 54.19 -
YUV 121.51 167.77 57.74 -
System Red Green Blue C M Y K H S L
Decimal 23 158 192 0.88 0.18 0 0.25 192.07 0.79 0.42
Hex 17 9E C0 58 12 0 19 C0 4F 2A
Octal 27 236 300 130 22 0 31 300 117 52
Binary 10111 10011110 11000000 1011000 10010 0 11001 11000000 1001111 101010

Color Harmonies of #179EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179EC0

Black with #179EC0

Text Example


Text Example

White with #179EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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