#69adb5

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

Shades of Fountain Blue #69ADB5

Tints of Fountain Blue #69ADB5

Color information

#69ADB5 (or 0x69ADB5) is unknown color: approx Fountain Blue. HEX triplet: 69, AD and B5. RGB value is (105,173,181). Sum of RGB (Red+Green+Blue) = 105+173+181=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 181 - color contains mainly: blue. Hex color #69ADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADB5 is #96524A. Grayscale: #999999. Windows color (decimal): -9851467 or 11906409. OLE color: 11906409.

HSL color Cylindrical-coordinate representation of color #69ADB5: hue angle of 186.32º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69ADB5 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB105173181-
CMYK0.420.0400.29
HSL186.32º33.93%56.08%-
HSV(B)186.32º41.99%70.98%-
XYZ29.1136.2349.17-
YUV153.58143.4793.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.88%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 181 (71.09% from 255) = 39.43%
R=22.88%
G=37.69%
B=39.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051731810.420.0400.29186.3233.9356.08
Hex69ADB52A401Dba2238
Octal1512552655240352724270
Binary1101001101011011011010110101010001110110111010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69adb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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