#69AAAF

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

Shades of Fountain Blue #69AAAF

Tints of Fountain Blue #69AAAF

Color information

#69AAAF (or 0x69AAAF) is unknown color: approx Fountain Blue. HEX triplet: 69, AA and AF. RGB value is (105,170,175). Sum of RGB (Red+Green+Blue) = 105+170+175=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #69AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AAAF is #965550. Grayscale: #979797. Windows color (decimal): -9852241 or 11512425. OLE color: 11512425.

HSL color Cylindrical-coordinate representation of color #69AAAF: hue angle of 184.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AAAF is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105170175-
CMYK0.400.0300.31
HSL184.29º30.43%54.9%-
HSV(B)184.29º40%68.63%-
XYZ27.9434.8545.81-
YUV151.14141.4795.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.33%
GREEN value IS 170 (66.80% from 255) = 37.78%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=23.33%
G=37.78%
B=38.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051701750.400.0300.31184.2930.4354.9
Hex69AAAF28301Fb81e37
Octal1512522575030372703667
Binary11010011010101010101111101000110111111011100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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