Html Css Color HEX #64ACE4 Malibu

📋 copy color: '#64ACE4'

red 100 ◦ green 172 ◦ blue 228

#64ACE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #64ACE4

Tints of Malibu #64ACE4

RGB

 RED value IS 100 (39.45% from 255) = 20%

 GREEN value IS 172 (67.58% from 255) = 34.4%

 BLUE value IS 228 (89.45% from 255) = 45.6%

R = 20%
G = 34.4%
B = 45.6%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#64ACE4 (or 0x64ACE4) is known color: Malibu. HEX triplet: 64, AC and E4. RGB value is (100,172,228). Sum of RGB (Red+Green+Blue) = 100+172+228=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 228 - color contains mainly: blue. Hex color #64ACE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACE4 is #9B531B. Grayscale: #9C9C9C. Windows color (decimal): -10179356 or 14986340. OLE color: 14986340.

HSL color Cylindrical-coordinate representation of color #64ACE4: hue angle of 206.25º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64ACE4 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 172 228 -
CMYK 0.56 0.25 0 0.11
HSL 206.25º 0.7% 0.64% -
HSV(B) 206.25º 0.56% 0.89% -
XYZ 34.01 37.82 78.91 -
YUV 156.86 168.15 87.45 -
System Red Green Blue C M Y K H S L
Decimal 100 172 228 0.56 0.25 0 0.11 206.25 0.7 0.64
Hex 64 AC E4 38 19 0 B CE 46 40
Octal 144 254 344 70 31 0 13 316 106 100
Binary 1100100 10101100 11100100 111000 11001 0 1011 11001110 1000110 1000000

Color Harmonies of #64ACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ACE4

Black with #64ACE4

Text Example


Text Example

White with #64ACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,172,228); }

 H1.HeaderClassName
 {
   color: #64ACE4;
 }
 .AnyTagClassName
 {
   color: #64ACE4;
 }
</style>

background-color css

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

 a { background-color: rgb(100,172,228); }

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

border-color css

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

 span { border-color: rgb(100,172,228); }

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