#64C6EB

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

Shades of Malibu #64C6EB

Tints of Malibu #64C6EB

Color information

#64C6EB (or 0x64C6EB) is unknown color: approx Malibu. HEX triplet: 64, C6 and EB. RGB value is (100,198,235). Sum of RGB (Red+Green+Blue) = 100+198+235=533 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.76% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #64C6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C6EB is #9B3914. Grayscale: #ACACAC. Windows color (decimal): -10172693 or 15451748. OLE color: 15451748.

HSL color Cylindrical-coordinate representation of color #64C6EB: hue angle of 196.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64C6EB is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB100198235-
CMYK0.570.1600.08
HSL196.44º77.14%65.69%-
HSV(B)196.44º57.45%92.16%-
XYZ40.4549.185.94-
YUV172.92163.0375.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.76%
GREEN value IS 198 (77.73% from 255) = 37.15%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=18.76%
G=37.15%
B=44.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1001982350.570.1600.08196.4477.1465.69
Hex64C6EB391008c44d42
Octal1443063537120010304115102
Binary1100100110001101110101111100110000010001100010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,198,235); }

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

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

 a { background-color: rgb(100,198,235); }

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

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

 span { border-color: rgb(100,198,235); }

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