#69A9BF

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

Shades of Glacier #69A9BF

Tints of Glacier #69A9BF

Color information

#69A9BF (or 0x69A9BF) is unknown color: approx Glacier. HEX triplet: 69, A9 and BF. RGB value is (105,169,191). Sum of RGB (Red+Green+Blue) = 105+169+191=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #69A9BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A9BF is #965640. Grayscale: #989898. Windows color (decimal): -9852481 or 12560745. OLE color: 12560745.

HSL color Cylindrical-coordinate representation of color #69A9BF: hue angle of 195.35º 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 #69A9BF is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105169191-
CMYK0.450.1200.25
HSL195.35º40.19%58.04%-
HSV(B)195.35º45.03%74.9%-
XYZ29.4235.1454.52-
YUV152.37149.894.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.58%
GREEN value IS 169 (66.41% from 255) = 36.34%
BLUE value IS 191 (75% from 255) = 41.08%
R=22.58%
G=36.34%
B=41.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051691910.450.1200.25195.3540.1958.04
Hex69A9BF2DC019c3283a
Octal15125127755140313035072
Binary11010011010100110111111101101110001100111000011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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