#69ACBB

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

Shades of Fountain Blue #69ACBB

Tints of Fountain Blue #69ACBB

Color information

#69ACBB (or 0x69ACBB) is unknown color: approx Fountain Blue. HEX triplet: 69, AC and BB. RGB value is (105,172,187). Sum of RGB (Red+Green+Blue) = 105+172+187=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #69ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ACBB is #965344. Grayscale: #999999. Windows color (decimal): -9851717 or 12299369. OLE color: 12299369.

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

Color convert

RGB105172187-
CMYK0.440.0800.27
HSL190.98º37.61%57.25%-
HSV(B)190.98º43.85%73.33%-
XYZ29.5536.152.42-
YUV153.68146.893.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.63%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=22.63%
G=37.07%
B=40.30%

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
Decimal1051721870.440.0800.27190.9837.6157.25
Hex69ACBB2C801Bbf2639
Octal15125427354100332774671
Binary11010011010110010111011101100100001101110111111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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