Html Css Color HEX #179FBC Pelorous

📋 copy color: '#179FBC'

red 23 ◦ green 159 ◦ blue 188

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

Shades of Pelorous #179FBC

Tints of Pelorous #179FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 6.22%
G = 42.97%
B = 50.81%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#179FBC (or 0x179FBC) is known color: Pelorous. HEX triplet: 17, 9F and BC. RGB value is (23,159,188). Sum of RGB (Red+Green+Blue) = 23+159+188=370 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.22% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #179FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179FBC is #E86043. Grayscale: #797979. Windows color (decimal): -15228996 or 12361495. OLE color: 12361495.

HSL color Cylindrical-coordinate representation of color #179FBC: hue angle of 190.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #179FBC is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 159 188 -
CMYK 0.88 0.15 0 0.26
HSL 190.55º 0.78% 0.41% -
HSV(B) 190.55º 0.88% 0.74% -
XYZ 21.83 28.61 51.95 -
YUV 121.64 165.44 57.64 -
System Red Green Blue C M Y K H S L
Decimal 23 159 188 0.88 0.15 0 0.26 190.55 0.78 0.41
Hex 17 9F BC 58 F 0 1A BF 4E 29
Octal 27 237 274 130 17 0 32 277 116 51
Binary 10111 10011111 10111100 1011000 1111 0 11010 10111111 1001110 101001

Color Harmonies of #179FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179FBC

Black with #179FBC

Text Example


Text Example

White with #179FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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