#69ABBA

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

Shades of Fountain Blue #69ABBA

Tints of Fountain Blue #69ABBA

Color information

#69ABBA (or 0x69ABBA) is unknown color: approx Fountain Blue. HEX triplet: 69, AB and BA. RGB value is (105,171,186). Sum of RGB (Red+Green+Blue) = 105+171+186=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #69ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABBA is #965445. Grayscale: #989898. Windows color (decimal): -9851974 or 12233577. OLE color: 12233577.

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

Color convert

RGB105171186-
CMYK0.440.0800.27
HSL191.11º36.99%57.06%-
HSV(B)191.11º43.55%72.94%-
XYZ29.2535.6751.8-
YUV152.98146.6393.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.73%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=22.73%
G=37.01%
B=40.26%

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
Decimal1051711860.440.0800.27191.1136.9957.06
Hex69ABBA2C801Bbf2539
Octal15125327254100332774571
Binary11010011010101110111010101100100001101110111111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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