#64bdee

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

Shades of Malibu #64BDEE

Tints of Malibu #64BDEE

Color information

#64BDEE (or 0x64BDEE) is unknown color: approx Malibu. HEX triplet: 64, BD and EE. RGB value is (100,189,238). Sum of RGB (Red+Green+Blue) = 100+189+238=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #64BDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BDEE is #9B4211. Grayscale: #A7A7A7. Windows color (decimal): -10174994 or 15646052. OLE color: 15646052.

HSL color Cylindrical-coordinate representation of color #64BDEE: hue angle of 201.3º 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 #64BDEE is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB100189238-
CMYK0.580.2100.07
HSL201.3º80.23%66.27%-
HSV(B)201.3º57.98%93.33%-
XYZ38.8945.2887.58-
YUV167.98167.5179.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.98%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 238 (93.36% from 255) = 45.16%
R=18.98%
G=35.86%
B=45.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1001892380.580.2100.07201.380.2366.27
Hex64BDEE3A1507c95042
Octal144275356722507311120102
Binary110010010111101111011101110101010101111100100110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64bdee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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