#69AEBE

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

Shades of Glacier #69AEBE

Tints of Glacier #69AEBE

Color information

#69AEBE (or 0x69AEBE) is unknown color: approx Glacier. HEX triplet: 69, AE and BE. RGB value is (105,174,190). Sum of RGB (Red+Green+Blue) = 105+174+190=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #69AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AEBE is #965141. Grayscale: #9B9B9B. Windows color (decimal): -9851202 or 12496489. OLE color: 12496489.

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

Color convert

RGB105174190-
CMYK0.450.0800.25
HSL191.29º39.53%57.84%-
HSV(B)191.29º44.74%74.51%-
XYZ30.2636.9954.26-
YUV155.19147.6492.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.39%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=22.39%
G=37.10%
B=40.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051741900.450.0800.25191.2939.5357.84
Hex69AEBE2D8019bf283a
Octal15125627655100312775072
Binary11010011010111010111110101101100001100110111111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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