#179EBB

Color #179EBB Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #179EBB

Tints of Pelorous #179EBB

Color information

#179EBB (or 0x179EBB) is unknown color: approx Pelorous. HEX triplet: 17, 9E and BB. RGB value is (23,158,187). Sum of RGB (Red+Green+Blue) = 23+158+187=368 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.25% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #179EBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179EBB is #E86144. Grayscale: #787878. Windows color (decimal): -15229253 or 12295703. OLE color: 12295703.

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

Color convert

RGB23158187-
CMYK0.880.1600.27
HSL190.61º78.1%41.18%-
HSV(B)190.61º87.7%73.33%-
XYZ21.5528.2251.33-
YUV120.94165.2758.14-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.25%
GREEN value IS 158 (62.11% from 255) = 42.93%
BLUE value IS 187 (73.44% from 255) = 50.82%
R=6.25%
G=42.93%
B=50.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal231581870.880.1600.27190.6178.141.18
Hex179EBB581001Bbf4e29
Octal272362731302003327711651
Binary101111001111010111011101100010000011011101111111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #179EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #179EBB;
 }
 .AnyTagClassName
 {
   color: #179EBB;
 }
</style>
background-color css

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

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

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

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

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

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