#64BFEE

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

Shades of Malibu #64BFEE

Tints of Malibu #64BFEE

Color information

#64BFEE (or 0x64BFEE) is unknown color: approx Malibu. HEX triplet: 64, BF and EE. RGB value is (100,191,238). Sum of RGB (Red+Green+Blue) = 100+191+238=529 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.90% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #64BFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BFEE is #9B4011. Grayscale: #A8A8A8. Windows color (decimal): -10174482 or 15646564. OLE color: 15646564.

HSL color Cylindrical-coordinate representation of color #64BFEE: hue angle of 200.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64BFEE is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB100191238-
CMYK0.580.2000.07
HSL200.43º80.23%66.27%-
HSV(B)200.43º57.98%93.33%-
XYZ39.3246.1487.72-
YUV169.15166.8578.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.90%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=18.90%
G=36.11%
B=44.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1001912380.580.2000.07200.4380.2366.27
Hex64BFEE3A1407c85042
Octal144277356722407310120102
Binary110010010111111111011101110101010001111100100010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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