#69A4AC

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

Shades of Fountain Blue #69A4AC

Tints of Fountain Blue #69A4AC

Color information

#69A4AC (or 0x69A4AC) is unknown color: approx Fountain Blue. HEX triplet: 69, A4 and AC. RGB value is (105,164,172). Sum of RGB (Red+Green+Blue) = 105+164+172=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #69A4AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A4AC is #965B53. Grayscale: #939393. Windows color (decimal): -9853780 or 11314281. OLE color: 11314281.

HSL color Cylindrical-coordinate representation of color #69A4AC: hue angle of 187.16º 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 #69A4AC is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105164172-
CMYK0.390.0500.33
HSL187.16º28.76%54.31%-
HSV(B)187.16º38.95%67.45%-
XYZ26.5532.5343.91-
YUV147.27141.9597.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.81%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=23.81%
G=37.19%
B=39.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051641720.390.0500.33187.1628.7654.31
Hex69A4AC275021bb1d36
Octal1512442544750412733566
Binary1101001101001001010110010011110101000011011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,164,172); }

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

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

 a { background-color: rgb(105,164,172); }

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

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

 span { border-color: rgb(105,164,172); }

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