#64B4F2

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

Shades of Malibu #64B4F2

Tints of Malibu #64B4F2

Color information

#64B4F2 (or 0x64B4F2) is unknown color: approx Malibu. HEX triplet: 64, B4 and F2. RGB value is (100,180,242). Sum of RGB (Red+Green+Blue) = 100+180+242=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #64B4F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B4F2 is #9B4B0D. Grayscale: #A2A2A2. Windows color (decimal): -10177294 or 15905892. OLE color: 15905892.

HSL color Cylindrical-coordinate representation of color #64B4F2: hue angle of 206.2º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64B4F2 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB100180242-
CMYK0.590.2600.05
HSL206.2º84.52%67.06%-
HSV(B)206.2º58.68%94.9%-
XYZ37.641.7690.08-
YUV163.15172.582.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.16%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 242 (94.92% from 255) = 46.36%
R=19.16%
G=34.48%
B=46.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1001802420.590.2600.05206.284.5267.06
Hex64B4F23B1A05ce5543
Octal144264362733205316125103
Binary110010010110100111100101110111101001011100111010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,180,242); }

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

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

 a { background-color: rgb(100,180,242); }

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

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

 span { border-color: rgb(100,180,242); }

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