#69A5AD

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

Shades of Fountain Blue #69A5AD

Tints of Fountain Blue #69A5AD

Color information

#69A5AD (or 0x69A5AD) is unknown color: approx Fountain Blue. HEX triplet: 69, A5 and AD. RGB value is (105,165,173). Sum of RGB (Red+Green+Blue) = 105+165+173=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #69A5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A5AD is #965A52. Grayscale: #939393. Windows color (decimal): -9853523 or 11380073. OLE color: 11380073.

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

Color convert

RGB105165173-
CMYK0.390.0500.32
HSL187.06º29.31%54.51%-
HSV(B)187.06º39.31%67.84%-
XYZ26.8232.9344.48-
YUV147.97142.1297.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.70%
GREEN value IS 165 (64.84% from 255) = 37.25%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=23.70%
G=37.25%
B=39.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051651730.390.0500.32187.0629.3154.51
Hex69A5AD275020bb1d37
Octal1512452554750402733567
Binary1101001101001011010110110011110101000001011101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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