#69A5AB

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

Shades of Fountain Blue #69A5AB

Tints of Fountain Blue #69A5AB

Color information

#69A5AB (or 0x69A5AB) is unknown color: approx Fountain Blue. HEX triplet: 69, A5 and AB. RGB value is (105,165,171). Sum of RGB (Red+Green+Blue) = 105+165+171=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #69A5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A5AB is #965A54. Grayscale: #939393. Windows color (decimal): -9853525 or 11249001. OLE color: 11249001.

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

Color convert

RGB105165171-
CMYK0.390.0400.33
HSL185.45º28.21%54.12%-
HSV(B)185.45º38.6%67.06%-
XYZ26.6332.8543.47-
YUV147.74141.1297.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.81%
GREEN value IS 165 (64.84% from 255) = 37.41%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=23.81%
G=37.41%
B=38.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051651710.390.0400.33185.4528.2154.12
Hex69A5AB274021b91c36
Octal1512452534740412713466
Binary1101001101001011010101110011110001000011011100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,165,171); }

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

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

 a { background-color: rgb(105,165,171); }

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

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

 span { border-color: rgb(105,165,171); }

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