#69ABAD

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

Shades of Fountain Blue #69ABAD

Tints of Fountain Blue #69ABAD

Color information

#69ABAD (or 0x69ABAD) is unknown color: approx Fountain Blue. HEX triplet: 69, AB and AD. RGB value is (105,171,173). Sum of RGB (Red+Green+Blue) = 105+171+173=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #69ABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69ABAD is #965452. Grayscale: #979797. Windows color (decimal): -9851987 or 11381609. OLE color: 11381609.

HSL color Cylindrical-coordinate representation of color #69ABAD: hue angle of 181.76º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69ABAD is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105171173-
CMYK0.390.0100.32
HSL181.76º29.31%54.51%-
HSV(B)181.76º39.31%67.84%-
XYZ27.9335.1544.85-
YUV151.49140.1394.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.39%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=23.39%
G=38.08%
B=38.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051711730.390.0100.32181.7629.3154.51
Hex69ABAD271020b61d37
Octal1512532554710402663567
Binary11010011010101110101101100111101000001011011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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