#65ACDD

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

Shades of Malibu #65ACDD

Tints of Malibu #65ACDD

Color information

#65ACDD (or 0x65ACDD) is unknown color: approx Malibu. HEX triplet: 65, AC and DD. RGB value is (101,172,221). Sum of RGB (Red+Green+Blue) = 101+172+221=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #65ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACDD is #9A5322. Grayscale: #9C9C9C. Windows color (decimal): -10113827 or 14527589. OLE color: 14527589.

HSL color Cylindrical-coordinate representation of color #65ACDD: hue angle of 204.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 #65ACDD is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101172221-
CMYK0.540.2200.13
HSL204.5º63.83%63.14%-
HSV(B)204.5º54.3%86.67%-
XYZ33.1737.4973.9-
YUV156.36164.4888.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.45%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=20.45%
G=34.82%
B=44.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011722210.540.2200.13204.563.8363.14
Hex65ACDD36160Dcc403f
Octal145254335662601531410077
Binary110010110101100110111011101101011001101110011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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