#69AFBA

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

Shades of Fountain Blue #69AFBA

Tints of Fountain Blue #69AFBA

Color information

#69AFBA (or 0x69AFBA) is unknown color: approx Fountain Blue. HEX triplet: 69, AF and BA. RGB value is (105,175,186). Sum of RGB (Red+Green+Blue) = 105+175+186=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #69AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AFBA is #965045. Grayscale: #9B9B9B. Windows color (decimal): -9850950 or 12234601. OLE color: 12234601.

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

Color convert

RGB105175186-
CMYK0.440.0600.27
HSL188.15º36.99%57.06%-
HSV(B)188.15º43.55%72.94%-
XYZ30.0237.2152.05-
YUV155.32145.3192.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.53%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=22.53%
G=37.55%
B=39.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051751860.440.0600.27188.1536.9957.06
Hex69AFBA2C601Bbc2539
Octal1512572725460332744571
Binary1101001101011111011101010110011001101110111100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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