#69AAAD

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

Shades of Fountain Blue #69AAAD

Tints of Fountain Blue #69AAAD

Color information

#69AAAD (or 0x69AAAD) is unknown color: approx Fountain Blue. HEX triplet: 69, AA and AD. RGB value is (105,170,173). Sum of RGB (Red+Green+Blue) = 105+170+173=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #69AAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AAAD is #965552. Grayscale: #969696. Windows color (decimal): -9852243 or 11381353. OLE color: 11381353.

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

Color convert

RGB105170173-
CMYK0.390.0200.32
HSL182.65º29.31%54.51%-
HSV(B)182.65º39.31%67.84%-
XYZ27.7434.7744.78-
YUV150.91140.4795.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.44%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=23.44%
G=37.95%
B=38.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051701730.390.0200.32182.6529.3154.51
Hex69AAAD272020b71d37
Octal1512522554720402673567
Binary110100110101010101011011001111001000001011011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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