#69AEBA

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

Shades of Fountain Blue #69AEBA

Tints of Fountain Blue #69AEBA

Color information

#69AEBA (or 0x69AEBA) is unknown color: approx Fountain Blue. HEX triplet: 69, AE and BA. RGB value is (105,174,186). Sum of RGB (Red+Green+Blue) = 105+174+186=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #69AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AEBA is #965145. Grayscale: #9A9A9A. Windows color (decimal): -9851206 or 12234345. OLE color: 12234345.

HSL color Cylindrical-coordinate representation of color #69AEBA: hue angle of 188.89º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69AEBA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB105174186-
CMYK0.440.0600.27
HSL188.89º36.99%57.06%-
HSV(B)188.89º43.55%72.94%-
XYZ29.8236.8251.99-
YUV154.74145.6492.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.58%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 186 (73.05% from 255) = 40%
R=22.58%
G=37.42%
B=40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051741860.440.0600.27188.8936.9957.06
Hex69AEBA2C601Bbd2539
Octal1512562725460332754571
Binary1101001101011101011101010110011001101110111101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,174,186); }

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

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

 a { background-color: rgb(105,174,186); }

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

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

 span { border-color: rgb(105,174,186); }

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