#65AEED

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

Shades of Malibu #65AEED

Tints of Malibu #65AEED

Color information

#65AEED (or 0x65AEED) is unknown color: approx Malibu. HEX triplet: 65, AE and ED. RGB value is (101,174,237). Sum of RGB (Red+Green+Blue) = 101+174+237=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #65AEED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65AEED is #9A5112. Grayscale: #9F9F9F. Windows color (decimal): -10113299 or 15576677. OLE color: 15576677.

HSL color Cylindrical-coordinate representation of color #65AEED: hue angle of 207.79º 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 #65AEED is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB101174237-
CMYK0.570.2700.07
HSL207.79º79.07%66.27%-
HSV(B)207.79º57.38%92.94%-
XYZ35.7939.1585.79-
YUV159.35171.8286.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.73%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=19.73%
G=33.98%
B=46.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1011742370.570.2700.07207.7979.0766.27
Hex65AEED391B07d04f42
Octal145256355713307320117102
Binary110010110101110111011011110011101101111101000010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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