#69ACBA

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

Shades of Fountain Blue #69ACBA

Tints of Fountain Blue #69ACBA

Color information

#69ACBA (or 0x69ACBA) is unknown color: approx Fountain Blue. HEX triplet: 69, AC and BA. RGB value is (105,172,186). Sum of RGB (Red+Green+Blue) = 105+172+186=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #69ACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ACBA is #965345. Grayscale: #999999. Windows color (decimal): -9851718 or 12233833. OLE color: 12233833.

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

Color convert

RGB105172186-
CMYK0.440.0800.27
HSL190.37º36.99%57.06%-
HSV(B)190.37º43.55%72.94%-
XYZ29.4436.0551.86-
YUV153.56146.393.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.68%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=22.68%
G=37.15%
B=40.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051721860.440.0800.27190.3736.9957.06
Hex69ACBA2C801Bbe2539
Octal15125427254100332764571
Binary11010011010110010111010101100100001101110111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,172,186); }

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

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

 a { background-color: rgb(105,172,186); }

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

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

 span { border-color: rgb(105,172,186); }

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