#64BEDD

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

Shades of Malibu #64BEDD

Tints of Malibu #64BEDD

Color information

#64BEDD (or 0x64BEDD) is unknown color: approx Malibu. HEX triplet: 64, BE and DD. RGB value is (100,190,221). Sum of RGB (Red+Green+Blue) = 100+190+221=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #64BEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BEDD is #9B4122. Grayscale: #A6A6A6. Windows color (decimal): -10174755 or 14532196. OLE color: 14532196.

HSL color Cylindrical-coordinate representation of color #64BEDD: hue angle of 195.37º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64BEDD is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100190221-
CMYK0.550.1400.13
HSL195.37º64.02%62.94%-
HSV(B)195.37º54.75%86.67%-
XYZ36.7244.7675.11-
YUV166.62158.6880.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.57%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=19.57%
G=37.18%
B=43.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001902210.550.1400.13195.3764.0262.94
Hex64BEDD37E0Dc3403f
Octal144276335671601530310077
Binary11001001011111011011101110111111001101110000111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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