#69A8AE

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

Shades of Fountain Blue #69A8AE

Tints of Fountain Blue #69A8AE

Color information

#69A8AE (or 0x69A8AE) is unknown color: approx Fountain Blue. HEX triplet: 69, A8 and AE. RGB value is (105,168,174). Sum of RGB (Red+Green+Blue) = 105+168+174=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #69A8AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A8AE is #965751. Grayscale: #959595. Windows color (decimal): -9852754 or 11446377. OLE color: 11446377.

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

Color convert

RGB105168174-
CMYK0.400.0300.32
HSL185.22º29.87%54.71%-
HSV(B)185.22º39.66%68.24%-
XYZ27.4734.0645.17-
YUV149.85141.6396.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.49%
GREEN value IS 168 (66.02% from 255) = 37.58%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=23.49%
G=37.58%
B=38.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051681740.400.0300.32185.2229.8754.71
Hex69A8AE283020b91e37
Octal1512502565030402713667
Binary110100110101000101011101010001101000001011100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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