#68AAAE

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

Shades of Fountain Blue #68AAAE

Tints of Fountain Blue #68AAAE

Color information

#68AAAE (or 0x68AAAE) is unknown color: approx Fountain Blue. HEX triplet: 68, AA and AE. RGB value is (104,170,174). Sum of RGB (Red+Green+Blue) = 104+170+174=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #68AAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AAAE is #975551. Grayscale: #969696. Windows color (decimal): -9917778 or 11446888. OLE color: 11446888.

HSL color Cylindrical-coordinate representation of color #68AAAE: hue angle of 183.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AAAE is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104170174-
CMYK0.400.0200.32
HSL183.43º30.17%54.51%-
HSV(B)183.43º40.23%68.24%-
XYZ27.7234.7545.29-
YUV150.72141.1394.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.21%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=23.21%
G=37.95%
B=38.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041701740.400.0200.32183.4330.1754.51
Hex68AAAE282020b71e37
Octal1502522565020402673667
Binary110100010101010101011101010001001000001011011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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