#64BBE6

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

Shades of Malibu #64BBE6

Tints of Malibu #64BBE6

Color information

#64BBE6 (or 0x64BBE6) is unknown color: approx Malibu. HEX triplet: 64, BB and E6. RGB value is (100,187,230). Sum of RGB (Red+Green+Blue) = 100+187+230=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #64BBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BBE6 is #9B4419. Grayscale: #A5A5A5. Windows color (decimal): -10175514 or 15121252. OLE color: 15121252.

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

Color convert

RGB100187230-
CMYK0.570.1900.10
HSL199.85º72.22%64.71%-
HSV(B)199.85º56.52%90.2%-
XYZ37.3143.9681.38-
YUV165.89164.1881-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.34%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 230 (90.23% from 255) = 44.49%
R=19.34%
G=36.17%
B=44.49%

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
Decimal1001872300.570.1900.10199.8572.2264.71
Hex64BBE639130Ac84841
Octal1442733467123012310110101
Binary1100100101110111110011011100110011010101100100010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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