#64C7EC

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

Shades of Malibu #64C7EC

Tints of Malibu #64C7EC

Color information

#64C7EC (or 0x64C7EC) is unknown color: approx Malibu. HEX triplet: 64, C7 and EC. RGB value is (100,199,236). Sum of RGB (Red+Green+Blue) = 100+199+236=535 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.69% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #64C7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C7EC is #9B3813. Grayscale: #ADADAD. Windows color (decimal): -10172436 or 15517540. OLE color: 15517540.

HSL color Cylindrical-coordinate representation of color #64C7EC: hue angle of 196.32º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64C7EC is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB100199236-
CMYK0.580.1600.07
HSL196.32º78.16%65.88%-
HSV(B)196.32º57.63%92.55%-
XYZ40.8249.6186.78-
YUV173.62163.275.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.69%
GREEN value IS 199 (78.12% from 255) = 37.20%
BLUE value IS 236 (92.58% from 255) = 44.11%
R=18.69%
G=37.20%
B=44.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1001992360.580.1600.07196.3278.1665.88
Hex64C7EC3A1007c44e42
Octal144307354722007304116102
Binary110010011000111111011001110101000001111100010010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,199,236); }

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

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

 a { background-color: rgb(100,199,236); }

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

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

 span { border-color: rgb(100,199,236); }

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