Html Css Color HEX #64ACEA Malibu

📋 copy color: '#64ACEA'

red 100 ◦ green 172 ◦ blue 234

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

Shades of Malibu #64ACEA

Tints of Malibu #64ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 19.76%
G = 33.99%
B = 46.25%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64ACEA (or 0x64ACEA) is known color: Malibu. HEX triplet: 64, AC and EA. RGB value is (100,172,234). Sum of RGB (Red+Green+Blue) = 100+172+234=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #64ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ACEA is #9B5315. Grayscale: #9D9D9D. Windows color (decimal): -10179350 or 15379556. OLE color: 15379556.

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

Color convert

RGB 100 172 234 -
CMYK 0.57 0.26 0 0.08
HSL 207.76º 0.76% 0.65% -
HSV(B) 207.76º 0.57% 0.92% -
XYZ 34.86 38.15 83.37 -
YUV 157.54 171.15 86.96 -
System Red Green Blue C M Y K H S L
Decimal 100 172 234 0.57 0.26 0 0.08 207.76 0.76 0.65
Hex 64 AC EA 39 1A 0 8 D0 4C 41
Octal 144 254 352 71 32 0 10 320 114 101
Binary 1100100 10101100 11101010 111001 11010 0 1000 11010000 1001100 1000001

Color Harmonies of #64ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ACEA

Black with #64ACEA

Text Example


Text Example

White with #64ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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