#64BAE6

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

Shades of Malibu #64BAE6

Tints of Malibu #64BAE6

Color information

#64BAE6 (or 0x64BAE6) is unknown color: approx Malibu. HEX triplet: 64, BA and E6. RGB value is (100,186,230). Sum of RGB (Red+Green+Blue) = 100+186+230=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #64BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BAE6 is #9B4519. Grayscale: #A5A5A5. Windows color (decimal): -10175770 or 15120996. OLE color: 15120996.

HSL color Cylindrical-coordinate representation of color #64BAE6: hue angle of 200.31º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64BAE6 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB100186230-
CMYK0.570.1900.10
HSL200.31º72.22%64.71%-
HSV(B)200.31º56.52%90.2%-
XYZ37.143.5481.31-
YUV165.3164.5181.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.38%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 230 (90.23% from 255) = 44.57%
R=19.38%
G=36.05%
B=44.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1001862300.570.1900.10200.3172.2264.71
Hex64BAE639130Ac84841
Octal1442723467123012310110101
Binary1100100101110101110011011100110011010101100100010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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