#69A2AD

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

Shades of Fountain Blue #69A2AD

Tints of Fountain Blue #69A2AD

Color information

#69A2AD (or 0x69A2AD) is unknown color: approx Fountain Blue. HEX triplet: 69, A2 and AD. RGB value is (105,162,173). Sum of RGB (Red+Green+Blue) = 105+162+173=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #69A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A2AD is #965D52. Grayscale: #929292. Windows color (decimal): -9854291 or 11379305. OLE color: 11379305.

HSL color Cylindrical-coordinate representation of color #69A2AD: hue angle of 189.71º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69A2AD is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105162173-
CMYK0.390.0600.32
HSL189.71º29.31%54.51%-
HSV(B)189.71º39.31%67.84%-
XYZ26.2931.8644.3-
YUV146.21143.1298.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.86%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=23.86%
G=36.82%
B=39.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051621730.390.0600.32189.7129.3154.51
Hex69A2AD276020be1d37
Octal1512422554760402763567
Binary1101001101000101010110110011111001000001011111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,162,173); }

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

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

 a { background-color: rgb(105,162,173); }

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

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

 span { border-color: rgb(105,162,173); }

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