#69AAAE

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

Shades of Fountain Blue #69AAAE

Tints of Fountain Blue #69AAAE

Color information

#69AAAE (or 0x69AAAE) is unknown color: approx Fountain Blue. HEX triplet: 69, AA and AE. RGB value is (105,170,174). Sum of RGB (Red+Green+Blue) = 105+170+174=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #69AAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AAAE is #965551. Grayscale: #969696. Windows color (decimal): -9852242 or 11446889. OLE color: 11446889.

HSL color Cylindrical-coordinate representation of color #69AAAE: hue angle of 183.48º 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 #69AAAE is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105170174-
CMYK0.400.0200.32
HSL183.48º29.87%54.71%-
HSV(B)183.48º39.66%68.24%-
XYZ27.8434.8145.3-
YUV151.02140.9795.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.39%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=23.39%
G=37.86%
B=38.75%

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
Decimal1051701740.400.0200.32183.4829.8754.71
Hex69AAAE282020b71e37
Octal1512522565020402673667
Binary110100110101010101011101010001001000001011011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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