#69ABB9

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

Shades of Fountain Blue #69ABB9

Tints of Fountain Blue #69ABB9

Color information

#69ABB9 (or 0x69ABB9) is unknown color: approx Fountain Blue. HEX triplet: 69, AB and B9. RGB value is (105,171,185). Sum of RGB (Red+Green+Blue) = 105+171+185=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 185 - color contains mainly: blue. Hex color #69ABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABB9 is #965446. Grayscale: #989898. Windows color (decimal): -9851975 or 12168041. OLE color: 12168041.

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

Color convert

RGB105171185-
CMYK0.430.0800.27
HSL190.5º36.36%56.86%-
HSV(B)190.5º43.24%72.55%-
XYZ29.1535.6351.24-
YUV152.86146.1393.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.78%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 185 (72.66% from 255) = 40.13%
R=22.78%
G=37.09%
B=40.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051711850.430.0800.27190.536.3656.86
Hex69ABB92B801Bbe2439
Octal15125327153100332764471
Binary11010011010101110111001101011100001101110111110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,171,185); }

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

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

 a { background-color: rgb(105,171,185); }

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

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

 span { border-color: rgb(105,171,185); }

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