#69AEC0

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

Shades of Glacier #69AEC0

Tints of Glacier #69AEC0

Color information

#69AEC0 (or 0x69AEC0) is unknown color: approx Glacier. HEX triplet: 69, AE and C0. RGB value is (105,174,192). Sum of RGB (Red+Green+Blue) = 105+174+192=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #69AEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AEC0 is #96513F. Grayscale: #9B9B9B. Windows color (decimal): -9851200 or 12627561. OLE color: 12627561.

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

Color convert

RGB105174192-
CMYK0.450.0900.25
HSL192.41º40.85%58.24%-
HSV(B)192.41º45.31%75.29%-
XYZ30.4837.0855.42-
YUV155.42148.6492.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.29%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 192 (75.39% from 255) = 40.76%
R=22.29%
G=36.94%
B=40.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051741920.450.0900.25192.4140.8558.24
Hex69AEC02D9019c0293a
Octal15125630055110313005172
Binary11010011010111011000000101101100101100111000000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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