#69ABB0

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

Shades of Fountain Blue #69ABB0

Tints of Fountain Blue #69ABB0

Color information

#69ABB0 (or 0x69ABB0) is unknown color: approx Fountain Blue. HEX triplet: 69, AB and B0. RGB value is (105,171,176). Sum of RGB (Red+Green+Blue) = 105+171+176=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 176 - color contains mainly: blue. Hex color #69ABB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69ABB0 is #96544F. Grayscale: #979797. Windows color (decimal): -9851984 or 11578217. OLE color: 11578217.

HSL color Cylindrical-coordinate representation of color #69ABB0: hue angle of 184.23º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69ABB0 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105171176-
CMYK0.400.0300.31
HSL184.23º31%55.1%-
HSV(B)184.23º40.34%69.02%-
XYZ28.2335.2646.39-
YUV151.84141.6394.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.23%
GREEN value IS 171 (67.19% from 255) = 37.83%
BLUE value IS 176 (69.14% from 255) = 38.94%
R=23.23%
G=37.83%
B=38.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051711760.400.0300.31184.233155.1
Hex69ABB028301Fb81f37
Octal1512532605030372703767
Binary11010011010101110110000101000110111111011100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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