#69ADB2

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

Shades of Fountain Blue #69ADB2

Tints of Fountain Blue #69ADB2

Color information

#69ADB2 (or 0x69ADB2) is unknown color: approx Fountain Blue. HEX triplet: 69, AD and B2. RGB value is (105,173,178). Sum of RGB (Red+Green+Blue) = 105+173+178=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 178 - color contains mainly: blue. Hex color #69ADB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69ADB2 is #96524D. Grayscale: #999999. Windows color (decimal): -9851470 or 11709801. OLE color: 11709801.

HSL color Cylindrical-coordinate representation of color #69ADB2: hue angle of 184.11º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69ADB2 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB105173178-
CMYK0.410.0300.30
HSL184.11º32.16%55.49%-
HSV(B)184.11º41.01%69.8%-
XYZ28.8136.147.57-
YUV153.24141.9793.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.03%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 178 (69.92% from 255) = 39.04%
R=23.03%
G=37.94%
B=39.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1051731780.410.0300.30184.1132.1655.49
Hex69ADB229301Eb82037
Octal1512552625130362704067
Binary110100110101101101100101010011101111010111000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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