#64BCE6

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

Shades of Malibu #64BCE6

Tints of Malibu #64BCE6

Color information

#64BCE6 (or 0x64BCE6) is unknown color: approx Malibu. HEX triplet: 64, BC and E6. RGB value is (100,188,230). Sum of RGB (Red+Green+Blue) = 100+188+230=518 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.31% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #64BCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BCE6 is #9B4319. Grayscale: #A6A6A6. Windows color (decimal): -10175258 or 15121508. OLE color: 15121508.

HSL color Cylindrical-coordinate representation of color #64BCE6: hue angle of 199.38º 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 #64BCE6 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB100188230-
CMYK0.570.1800.10
HSL199.38º72.22%64.71%-
HSV(B)199.38º56.52%90.2%-
XYZ37.5244.3981.45-
YUV166.48163.8580.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.31%
GREEN value IS 188 (73.83% from 255) = 36.29%
BLUE value IS 230 (90.23% from 255) = 44.40%
R=19.31%
G=36.29%
B=44.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1001882300.570.1800.10199.3872.2264.71
Hex64BCE639120Ac74841
Octal1442743467122012307110101
Binary1100100101111001110011011100110010010101100011110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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