#65AEC4

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

Shades of Glacier #65AEC4

Tints of Glacier #65AEC4

Color information

#65AEC4 (or 0x65AEC4) is unknown color: approx Glacier. HEX triplet: 65, AE and C4. RGB value is (101,174,196). Sum of RGB (Red+Green+Blue) = 101+174+196=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #65AEC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AEC4 is #9A513B. Grayscale: #9A9A9A. Windows color (decimal): -10113340 or 12889701. OLE color: 12889701.

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

Color convert

RGB101174196-
CMYK0.480.1100.23
HSL193.89º44.6%58.24%-
HSV(B)193.89º48.47%76.86%-
XYZ30.4737.0257.77-
YUV154.68151.3289.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.44%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 196 (76.95% from 255) = 41.61%
R=21.44%
G=36.94%
B=41.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1011741960.480.1100.23193.8944.658.24
Hex65AEC430B017c22d3a
Octal14525630460130273025572
Binary11001011010111011000100110000101101011111000010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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