#177063

Color #177063 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #177063

Tints of Blue Stone #177063

Color information

#177063 (or 0x177063) is unknown color: approx Blue Stone. HEX triplet: 17, 70 and 63. RGB value is (23,112,99). Sum of RGB (Red+Green+Blue) = 23+112+99=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #177063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177063 is #E88F9C. Grayscale: #535353. Windows color (decimal): -15241117 or 6516759. OLE color: 6516759.

HSL color Cylindrical-coordinate representation of color #177063: hue angle of 171.24º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #177063 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB2311299-
CMYK0.7900.120.56
HSL171.24º65.93%26.47%-
HSV(B)171.24º79.46%43.92%-
XYZ8.412.6713.81-
YUV83.91136.5184.56-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.83%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=9.83%
G=47.86%
B=42.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23112990.7900.120.56171.2465.9326.47
Hex1770634F0C38ab421a
Octal271601431170147025310232
Binary101111110000110001110011110110011100010101011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #177063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #177063; }

 p { color: rgb(23,112,99); }

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

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

 a { background-color: rgb(23,112,99); }

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

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

 span { border-color: rgb(23,112,99); }

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