#69AABF

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

Shades of Glacier #69AABF

Tints of Glacier #69AABF

Color information

#69AABF (or 0x69AABF) is unknown color: approx Glacier. HEX triplet: 69, AA and BF. RGB value is (105,170,191). Sum of RGB (Red+Green+Blue) = 105+170+191=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #69AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AABF is #965540. Grayscale: #989898. Windows color (decimal): -9852225 or 12561001. OLE color: 12561001.

HSL color Cylindrical-coordinate representation of color #69AABF: hue angle of 194.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69AABF is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105170191-
CMYK0.450.1100.25
HSL194.65º40.19%58.04%-
HSV(B)194.65º45.03%74.9%-
XYZ29.635.5154.58-
YUV152.96149.4793.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.53%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 191 (75% from 255) = 40.99%
R=22.53%
G=36.48%
B=40.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051701910.450.1100.25194.6540.1958.04
Hex69AABF2DB019c3283a
Octal15125227755130313035072
Binary11010011010101010111111101101101101100111000011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,170,191); }

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

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

 a { background-color: rgb(105,170,191); }

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

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

 span { border-color: rgb(105,170,191); }

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