#64BAD5

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

Shades of Malibu #64BAD5

Tints of Malibu #64BAD5

Color information

#64BAD5 (or 0x64BAD5) is unknown color: approx Malibu. HEX triplet: 64, BA and D5. RGB value is (100,186,213). Sum of RGB (Red+Green+Blue) = 100+186+213=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #64BAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAD5 is #9B452A. Grayscale: #A3A3A3. Windows color (decimal): -10175787 or 14006884. OLE color: 14006884.

HSL color Cylindrical-coordinate representation of color #64BAD5: hue angle of 194.34º 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 #64BAD5 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB100186213-
CMYK0.530.1300.16
HSL194.34º57.36%61.37%-
HSV(B)194.34º53.05%83.53%-
XYZ34.8242.6369.34-
YUV163.36156.0182.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.04%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 213 (83.59% from 255) = 42.69%
R=20.04%
G=37.27%
B=42.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1001862130.530.1300.16194.3457.3661.37
Hex64BAD535D010c2393d
Octal14427232565150203027175
Binary11001001011101011010101110101110101000011000010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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