#68A9AA

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

Shades of Fountain Blue #68A9AA

Tints of Fountain Blue #68A9AA

Color information

#68A9AA (or 0x68A9AA) is unknown color: approx Fountain Blue. HEX triplet: 68, A9 and AA. RGB value is (104,169,170). Sum of RGB (Red+Green+Blue) = 104+169+170=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #68A9AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A9AA is #975655. Grayscale: #959595. Windows color (decimal): -9918038 or 11184488. OLE color: 11184488.

HSL color Cylindrical-coordinate representation of color #68A9AA: hue angle of 180.91º degrees, saturation: 0.28, 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 #68A9AA is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104169170-
CMYK0.390.0100.33
HSL180.91º27.97%53.73%-
HSV(B)180.91º38.82%66.67%-
XYZ27.1534.2243.2-
YUV149.68139.4795.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.48%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=23.48%
G=38.15%
B=38.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041691700.390.0100.33180.9127.9753.73
Hex68A9AA271021b51c36
Octal1502512524710412653466
Binary11010001010100110101010100111101000011011010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,169,170); }

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

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

 a { background-color: rgb(104,169,170); }

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

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

 span { border-color: rgb(104,169,170); }

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