#64BAD7

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

Shades of Malibu #64BAD7

Tints of Malibu #64BAD7

Color information

#64BAD7 (or 0x64BAD7) is unknown color: approx Malibu. HEX triplet: 64, BA and D7. RGB value is (100,186,215). Sum of RGB (Red+Green+Blue) = 100+186+215=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #64BAD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAD7 is #9B4528. Grayscale: #A3A3A3. Windows color (decimal): -10175785 or 14137956. OLE color: 14137956.

HSL color Cylindrical-coordinate representation of color #64BAD7: hue angle of 195.13º 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 #64BAD7 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB100186215-
CMYK0.530.1300.16
HSL195.13º58.97%61.76%-
HSV(B)195.13º53.49%84.31%-
XYZ35.0842.7370.69-
YUV163.59157.0182.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.96%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 215 (84.38% from 255) = 42.91%
R=19.96%
G=37.13%
B=42.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1001862150.530.1300.16195.1358.9761.76
Hex64BAD735D010c33b3e
Octal14427232765150203037376
Binary11001001011101011010111110101110101000011000011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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