#69AEAD

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

Shades of Fountain Blue #69AEAD

Tints of Fountain Blue #69AEAD

Color information

#69AEAD (or 0x69AEAD) is unknown color: approx Fountain Blue. HEX triplet: 69, AE and AD. RGB value is (105,174,173). Sum of RGB (Red+Green+Blue) = 105+174+173=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #69AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AEAD is #965152. Grayscale: #999999. Windows color (decimal): -9851219 or 11382377. OLE color: 11382377.

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

Color convert

RGB105174173-
CMYK0.4000.010.32
HSL179.13º29.87%54.71%-
HSV(B)179.13º39.66%68.24%-
XYZ28.536.2945.04-
YUV153.26139.1493.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.23%
GREEN value IS 174 (68.36% from 255) = 38.50%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=23.23%
G=38.50%
B=38.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051741730.4000.010.32179.1329.8754.71
Hex69AEAD280120b31e37
Octal1512562555001402633667
Binary11010011010111010101101101000011000001011001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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