#64BFDE

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

Shades of Malibu #64BFDE

Tints of Malibu #64BFDE

Color information

#64BFDE (or 0x64BFDE) is unknown color: approx Malibu. HEX triplet: 64, BF and DE. RGB value is (100,191,222). Sum of RGB (Red+Green+Blue) = 100+191+222=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #64BFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFDE is #9B4021. Grayscale: #A7A7A7. Windows color (decimal): -10174498 or 14597988. OLE color: 14597988.

HSL color Cylindrical-coordinate representation of color #64BFDE: hue angle of 195.25º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64BFDE is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100191222-
CMYK0.550.1400.13
HSL195.25º64.89%63.14%-
HSV(B)195.25º54.95%87.06%-
XYZ37.0745.2475.89-
YUV167.32158.8579.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.49%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=19.49%
G=37.23%
B=43.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001912220.550.1400.13195.2564.8963.14
Hex64BFDE37E0Dc3413f
Octal144277336671601530310177
Binary11001001011111111011110110111111001101110000111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,191,222); }

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

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

 a { background-color: rgb(100,191,222); }

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

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

 span { border-color: rgb(100,191,222); }

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