#64B1F1

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

Shades of Malibu #64B1F1

Tints of Malibu #64B1F1

Color information

#64B1F1 (or 0x64B1F1) is unknown color: approx Malibu. HEX triplet: 64, B1 and F1. RGB value is (100,177,241). Sum of RGB (Red+Green+Blue) = 100+177+241=518 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.31% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #64B1F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64B1F1 is #9B4E0E. Grayscale: #A0A0A0. Windows color (decimal): -10178063 or 15839588. OLE color: 15839588.

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

Color convert

RGB100177241-
CMYK0.590.2700.05
HSL207.23º83.43%66.86%-
HSV(B)207.23º58.51%94.51%-
XYZ36.8540.589.09-
YUV161.27172.9984.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.31%
GREEN value IS 177 (69.53% from 255) = 34.17%
BLUE value IS 241 (94.53% from 255) = 46.53%
R=19.31%
G=34.17%
B=46.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1001772410.590.2700.05207.2383.4366.86
Hex64B1F13B1B05cf5343
Octal144261361733305317123103
Binary110010010110001111100011110111101101011100111110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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