#64ADD5

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

Shades of Malibu #64ADD5

Tints of Malibu #64ADD5

Color information

#64ADD5 (or 0x64ADD5) is unknown color: approx Malibu. HEX triplet: 64, AD and D5. RGB value is (100,173,213). Sum of RGB (Red+Green+Blue) = 100+173+213=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #64ADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADD5 is #9B522A. Grayscale: #9B9B9B. Windows color (decimal): -10179115 or 14003556. OLE color: 14003556.

HSL color Cylindrical-coordinate representation of color #64ADD5: hue angle of 201.24º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64ADD5 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB100173213-
CMYK0.530.1900.16
HSL201.24º57.36%61.37%-
HSV(B)201.24º53.05%83.53%-
XYZ32.2137.468.47-
YUV155.73160.3288.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.58%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 213 (83.59% from 255) = 43.83%
R=20.58%
G=35.60%
B=43.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1001732130.530.1900.16201.2457.3661.37
Hex64ADD53513010c9393d
Octal14425532565230203117175
Binary110010010101101110101011101011001101000011001001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64ADD5; }

 p { color: rgb(100,173,213); }

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

<style>
 a { background-color: #64ADD5; }

 a { background-color: rgb(100,173,213); }

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

<style>
 span { border-color: #64ADD5; }

 span { border-color: rgb(100,173,213); }

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