#69AEBB

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

Shades of Fountain Blue #69AEBB

Tints of Fountain Blue #69AEBB

Color information

#69AEBB (or 0x69AEBB) is unknown color: approx Fountain Blue. HEX triplet: 69, AE and BB. RGB value is (105,174,187). Sum of RGB (Red+Green+Blue) = 105+174+187=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #69AEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AEBB is #965144. Grayscale: #9A9A9A. Windows color (decimal): -9851205 or 12299881. OLE color: 12299881.

HSL color Cylindrical-coordinate representation of color #69AEBB: hue angle of 189.51º degrees, saturation: 0.38, 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 #69AEBB is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB105174187-
CMYK0.440.0700.27
HSL189.51º37.61%57.25%-
HSV(B)189.51º43.85%73.33%-
XYZ29.9336.8652.55-
YUV154.85146.1492.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.53%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=22.53%
G=37.34%
B=40.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051741870.440.0700.27189.5137.6157.25
Hex69AEBB2C701Bbe2639
Octal1512562735470332764671
Binary1101001101011101011101110110011101101110111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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