#177069

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

Shades of Blue Stone #177069

Tints of Blue Stone #177069

Color information

#177069 (or 0x177069) is unknown color: approx Blue Stone. HEX triplet: 17, 70 and 69. RGB value is (23,112,105). Sum of RGB (Red+Green+Blue) = 23+112+105=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #177069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177069 is #E88F96. Grayscale: #545454. Windows color (decimal): -15241111 or 6909975. OLE color: 6909975.

HSL color Cylindrical-coordinate representation of color #177069: hue angle of 175.28º 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 #177069 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB23112105-
CMYK0.7900.060.56
HSL175.28º65.93%26.47%-
HSV(B)175.28º79.46%43.92%-
XYZ8.712.7915.38-
YUV84.59139.5184.07-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.58%
GREEN value IS 112 (44.14% from 255) = 46.67%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=9.58%
G=46.67%
B=43.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal231121050.7900.060.56175.2865.9326.47
Hex1770694F0638af421a
Octal27160151117067025710232
Binary10111111000011010011001111011011100010101111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #177069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #177069; }

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

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

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

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

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

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

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

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