#64AFEA

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

Shades of Malibu #64AFEA

Tints of Malibu #64AFEA

Color information

#64AFEA (or 0x64AFEA) is unknown color: approx Malibu. HEX triplet: 64, AF and EA. RGB value is (100,175,234). Sum of RGB (Red+Green+Blue) = 100+175+234=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #64AFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AFEA is #9B5015. Grayscale: #9E9E9E. Windows color (decimal): -10178582 or 15380324. OLE color: 15380324.

HSL color Cylindrical-coordinate representation of color #64AFEA: hue angle of 206.42º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64AFEA is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB100175234-
CMYK0.570.2500.08
HSL206.42º76.14%65.49%-
HSV(B)206.42º57.26%91.76%-
XYZ35.4439.3183.56-
YUV159.3170.1585.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.65%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 234 (91.80% from 255) = 45.97%
R=19.65%
G=34.38%
B=45.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1001752340.570.2500.08206.4276.1465.49
Hex64AFEA391908ce4c41
Octal1442573527131010316114101
Binary1100100101011111110101011100111001010001100111010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,175,234); }

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

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

 a { background-color: rgb(100,175,234); }

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

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

 span { border-color: rgb(100,175,234); }

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