#64BEF1

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

Shades of Malibu #64BEF1

Tints of Malibu #64BEF1

Color information

#64BEF1 (or 0x64BEF1) is unknown color: approx Malibu. HEX triplet: 64, BE and F1. RGB value is (100,190,241). Sum of RGB (Red+Green+Blue) = 100+190+241=531 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.83% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #64BEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BEF1 is #9B410E. Grayscale: #A8A8A8. Windows color (decimal): -10174735 or 15842916. OLE color: 15842916.

HSL color Cylindrical-coordinate representation of color #64BEF1: hue angle of 201.7º degrees, saturation: 0.83, 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 #64BEF1 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB100190241-
CMYK0.590.2100.05
HSL201.7º83.43%66.86%-
HSV(B)201.7º58.51%94.51%-
XYZ39.5545.8989.99-
YUV168.9168.6878.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.83%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 241 (94.53% from 255) = 45.39%
R=18.83%
G=35.78%
B=45.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1001902410.590.2100.05201.783.4366.86
Hex64BEF13B1505ca5343
Octal144276361732505312123103
Binary110010010111110111100011110111010101011100101010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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