#65AEC3

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

Shades of Glacier #65AEC3

Tints of Glacier #65AEC3

Color information

#65AEC3 (or 0x65AEC3) is unknown color: approx Glacier. HEX triplet: 65, AE and C3. RGB value is (101,174,195). Sum of RGB (Red+Green+Blue) = 101+174+195=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 195 - color contains mainly: blue. Hex color #65AEC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AEC3 is #9A513C. Grayscale: #9A9A9A. Windows color (decimal): -10113341 or 12824165. OLE color: 12824165.

HSL color Cylindrical-coordinate representation of color #65AEC3: hue angle of 193.4º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65AEC3 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB101174195-
CMYK0.480.1100.24
HSL193.4º43.93%58.04%-
HSV(B)193.4º48.21%76.47%-
XYZ30.3536.9857.17-
YUV154.57150.8289.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.49%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 195 (76.56% from 255) = 41.49%
R=21.49%
G=37.02%
B=41.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011741950.480.1100.24193.443.9358.04
Hex65AEC330B018c12c3a
Octal14525630360130303015472
Binary11001011010111011000011110000101101100011000001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65AEC3; }

 p { color: rgb(101,174,195); }

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

<style>
 a { background-color: #65AEC3; }

 a { background-color: rgb(101,174,195); }

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

<style>
 span { border-color: #65AEC3; }

 span { border-color: rgb(101,174,195); }

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