#65AAE0

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

Shades of Malibu #65AAE0

Tints of Malibu #65AAE0

Color information

#65AAE0 (or 0x65AAE0) is unknown color: approx Malibu. HEX triplet: 65, AA and E0. RGB value is (101,170,224). Sum of RGB (Red+Green+Blue) = 101+170+224=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #65AAE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AAE0 is #9A551F. Grayscale: #9B9B9B. Windows color (decimal): -10114336 or 14723685. OLE color: 14723685.

HSL color Cylindrical-coordinate representation of color #65AAE0: hue angle of 206.34º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65AAE0 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB101170224-
CMYK0.550.2400.12
HSL206.34º66.49%63.73%-
HSV(B)206.34º54.91%87.84%-
XYZ33.236.975.89-
YUV155.52166.6489.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.40%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 224 (87.89% from 255) = 45.25%
R=20.40%
G=34.34%
B=45.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1011702240.550.2400.12206.3466.4963.73
Hex65AAE037180Cce4240
Octal1452523406730014316102100
Binary1100101101010101110000011011111000011001100111010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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