#69A9BE

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

Shades of Glacier #69A9BE

Tints of Glacier #69A9BE

Color information

#69A9BE (or 0x69A9BE) is unknown color: approx Glacier. HEX triplet: 69, A9 and BE. RGB value is (105,169,190). Sum of RGB (Red+Green+Blue) = 105+169+190=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #69A9BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A9BE is #965641. Grayscale: #989898. Windows color (decimal): -9852482 or 12495209. OLE color: 12495209.

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

Color convert

RGB105169190-
CMYK0.450.1100.25
HSL194.82º39.53%57.84%-
HSV(B)194.82º44.74%74.51%-
XYZ29.3135.153.94-
YUV152.26149.394.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.63%
GREEN value IS 169 (66.41% from 255) = 36.42%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=22.63%
G=36.42%
B=40.95%

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
Decimal1051691900.450.1100.25194.8239.5357.84
Hex69A9BE2DB019c3283a
Octal15125127655130313035072
Binary11010011010100110111110101101101101100111000011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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