#64BED9

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

Shades of Malibu #64BED9

Tints of Malibu #64BED9

Color information

#64BED9 (or 0x64BED9) is unknown color: approx Malibu. HEX triplet: 64, BE and D9. RGB value is (100,190,217). Sum of RGB (Red+Green+Blue) = 100+190+217=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 217 - color contains mainly: blue. Hex color #64BED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BED9 is #9B4126. Grayscale: #A5A5A5. Windows color (decimal): -10174759 or 14270052. OLE color: 14270052.

HSL color Cylindrical-coordinate representation of color #64BED9: hue angle of 193.85º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64BED9 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB100190217-
CMYK0.540.1200.15
HSL193.85º60.62%62.16%-
HSV(B)193.85º53.92%85.1%-
XYZ36.1944.5572.34-
YUV166.17156.6880.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.72%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 217 (85.16% from 255) = 42.80%
R=19.72%
G=37.48%
B=42.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1001902170.540.1200.15193.8560.6262.16
Hex64BED936C0Fc23d3e
Octal14427633166140173027576
Binary1100100101111101101100111011011000111111000010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,190,217); }

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

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

 a { background-color: rgb(100,190,217); }

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

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

 span { border-color: rgb(100,190,217); }

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