#17696F

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

Shades of Blue Stone #17696F

Tints of Blue Stone #17696F

Color information

#17696F (or 0x17696F) is unknown color: approx Blue Stone. HEX triplet: 17, 69 and 6F. RGB value is (23,105,111). Sum of RGB (Red+Green+Blue) = 23+105+111=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #17696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17696F is #E89690. Grayscale: #515151. Windows color (decimal): -15242897 or 7301399. OLE color: 7301399.

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

Color convert

RGB23105111-
CMYK0.790.0500.56
HSL184.09º65.67%26.27%-
HSV(B)184.09º79.28%43.53%-
XYZ8.2711.4316.81-
YUV81.17144.8386.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.62%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 111 (43.75% from 255) = 46.44%
R=9.62%
G=43.93%
B=46.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal231051110.790.0500.56184.0965.6726.27
Hex17696F4F5038b8421a
Octal27151157117507027010232
Binary10111110100111011111001111101011100010111000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17696F; }

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

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

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

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

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

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

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

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