#64B1D7

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

Shades of Malibu #64B1D7

Tints of Malibu #64B1D7

Color information

#64B1D7 (or 0x64B1D7) is unknown color: approx Malibu. HEX triplet: 64, B1 and D7. RGB value is (100,177,215). Sum of RGB (Red+Green+Blue) = 100+177+215=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #64B1D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B1D7 is #9B4E28. Grayscale: #9E9E9E. Windows color (decimal): -10178089 or 14135652. OLE color: 14135652.

HSL color Cylindrical-coordinate representation of color #64B1D7: hue angle of 199.83º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64B1D7 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB100177215-
CMYK0.530.1800.16
HSL199.83º58.97%61.76%-
HSV(B)199.83º53.49%84.31%-
XYZ33.2439.0670.08-
YUV158.31159.9986.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.33%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 215 (84.38% from 255) = 43.70%
R=20.33%
G=35.98%
B=43.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1001772150.530.1800.16199.8358.9761.76
Hex64B1D73512010c83b3e
Octal14426132765220203107376
Binary110010010110001110101111101011001001000011001000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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