#65AAED

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

Shades of Malibu #65AAED

Tints of Malibu #65AAED

Color information

#65AAED (or 0x65AAED) is unknown color: approx Malibu. HEX triplet: 65, AA and ED. RGB value is (101,170,237). Sum of RGB (Red+Green+Blue) = 101+170+237=508 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.88% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #65AAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65AAED is #9A5512. Grayscale: #9C9C9C. Windows color (decimal): -10114323 or 15575653. OLE color: 15575653.

HSL color Cylindrical-coordinate representation of color #65AAED: hue angle of 209.56º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65AAED is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB101170237-
CMYK0.570.2800.07
HSL209.56º79.07%66.27%-
HSV(B)209.56º57.38%92.94%-
XYZ35.0337.6385.54-
YUV157.01173.1488.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.88%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 237 (92.97% from 255) = 46.65%
R=19.88%
G=33.46%
B=46.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1011702370.570.2800.07209.5679.0766.27
Hex65AAED391C07d24f42
Octal145252355713407322117102
Binary110010110101010111011011110011110001111101001010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,170,237); }

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

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

 a { background-color: rgb(101,170,237); }

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

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

 span { border-color: rgb(101,170,237); }

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