Html Css Color HEX #17685D Blue Stone

📋 copy color: '#17685D'

red 23 ◦ green 104 ◦ blue 93

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

Shades of Blue Stone #17685D

Tints of Blue Stone #17685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.27%

 BLUE value IS 93 (36.72% from 255) = 42.27%

R = 10.45%
G = 47.27%
B = 42.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#17685D (or 0x17685D) is known color: Blue Stone. HEX triplet: 17, 68 and 5D. RGB value is (23,104,93). Sum of RGB (Red+Green+Blue) = 23+104+93=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #17685D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17685D is #E897A2. Grayscale: #4E4E4E. Windows color (decimal): -15243171 or 6121495. OLE color: 6121495.

HSL color Cylindrical-coordinate representation of color #17685D: hue angle of 171.85º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17685D is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 104 93 -
CMYK 0.78 0 0.11 0.59
HSL 171.85º 0.64% 0.25% -
HSV(B) 171.85º 0.78% 0.41% -
XYZ 7.28 10.87 12.07 -
YUV 78.53 136.16 88.39 -
System Red Green Blue C M Y K H S L
Decimal 23 104 93 0.78 0 0.11 0.59 171.85 0.64 0.25
Hex 17 68 5D 4E 0 B 3B AC 40 19
Octal 27 150 135 116 0 13 73 254 100 31
Binary 10111 1101000 1011101 1001110 0 1011 111011 10101100 1000000 11001

Color Harmonies of #17685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17685D

Black with #17685D

Text Example


Text Example

White with #17685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17685D; }

 p { color: rgb(23,104,93); }

 H1.HeaderClassName
 {
   color: #17685D;
 }
 .AnyTagClassName
 {
   color: #17685D;
 }
</style>

background-color css

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

 a { background-color: rgb(23,104,93); }

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

border-color css

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

 span { border-color: rgb(23,104,93); }

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