#65AEDD

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

Shades of Malibu #65AEDD

Tints of Malibu #65AEDD

Color information

#65AEDD (or 0x65AEDD) is unknown color: approx Malibu. HEX triplet: 65, AE and DD. RGB value is (101,174,221). Sum of RGB (Red+Green+Blue) = 101+174+221=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #65AEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AEDD is #9A5122. Grayscale: #9D9D9D. Windows color (decimal): -10113315 or 14528101. OLE color: 14528101.

HSL color Cylindrical-coordinate representation of color #65AEDD: hue angle of 203.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65AEDD is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101174221-
CMYK0.540.2100.13
HSL203.5º63.83%63.14%-
HSV(B)203.5º54.3%86.67%-
XYZ33.5538.2674.02-
YUV157.53163.8287.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.36%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=20.36%
G=35.08%
B=44.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011742210.540.2100.13203.563.8363.14
Hex65AEDD36150Dcc403f
Octal145256335662501531410077
Binary110010110101110110111011101101010101101110011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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