#68A5AB

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

Shades of Fountain Blue #68A5AB

Tints of Fountain Blue #68A5AB

Color information

#68A5AB (or 0x68A5AB) is unknown color: approx Fountain Blue. HEX triplet: 68, A5 and AB. RGB value is (104,165,171). Sum of RGB (Red+Green+Blue) = 104+165+171=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #68A5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A5AB is #975A54. Grayscale: #939393. Windows color (decimal): -9919061 or 11249000. OLE color: 11249000.

HSL color Cylindrical-coordinate representation of color #68A5AB: hue angle of 185.37º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68A5AB is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104165171-
CMYK0.390.0400.33
HSL185.37º28.51%53.92%-
HSV(B)185.37º39.18%67.06%-
XYZ26.5132.7943.46-
YUV147.44141.2997.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.64%
GREEN value IS 165 (64.84% from 255) = 37.5%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=23.64%
G=37.5%
B=38.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041651710.390.0400.33185.3728.5153.92
Hex68A5AB274021b91d36
Octal1502452534740412713566
Binary1101000101001011010101110011110001000011011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A5AB; }

 p { color: rgb(104,165,171); }

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

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

 a { background-color: rgb(104,165,171); }

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

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

 span { border-color: rgb(104,165,171); }

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