#64C4D7

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

Shades of Malibu #64C4D7

Tints of Malibu #64C4D7

Color information

#64C4D7 (or 0x64C4D7) is unknown color: approx Malibu. HEX triplet: 64, C4 and D7. RGB value is (100,196,215). Sum of RGB (Red+Green+Blue) = 100+196+215=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 215 - color contains mainly: blue. Hex color #64C4D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C4D7 is #9B3B28. Grayscale: #A9A9A9. Windows color (decimal): -10173225 or 14140516. OLE color: 14140516.

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

Color convert

RGB100196215-
CMYK0.530.0900.16
HSL189.91º58.97%61.76%-
HSV(B)189.91º53.49%84.31%-
XYZ37.2647.171.42-
YUV169.46153.778.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.57%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 215 (84.38% from 255) = 42.07%
R=19.57%
G=38.36%
B=42.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1001962150.530.0900.16189.9158.9761.76
Hex64C4D7359010be3b3e
Octal14430432765110202767376
Binary11001001100010011010111110101100101000010111110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,196,215); }

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

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

 a { background-color: rgb(100,196,215); }

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

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

 span { border-color: rgb(100,196,215); }

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