Html Css Color HEX #64ACF3 Malibu

📋 copy color: '#64ACF3'

red 100 ◦ green 172 ◦ blue 243

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

Shades of Malibu #64ACF3

Tints of Malibu #64ACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.18%

R = 19.42%
G = 33.4%
B = 47.18%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#64ACF3 (or 0x64ACF3) is known color: Malibu. HEX triplet: 64, AC and F3. RGB value is (100,172,243). Sum of RGB (Red+Green+Blue) = 100+172+243=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #64ACF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ACF3 is #9B530C. Grayscale: #9E9E9E. Windows color (decimal): -10179341 or 15969380. OLE color: 15969380.

HSL color Cylindrical-coordinate representation of color #64ACF3: hue angle of 209.79º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64ACF3 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 172 243 -
CMYK 0.59 0.29 0 0.05
HSL 209.79º 0.86% 0.67% -
HSV(B) 209.79º 0.59% 0.95% -
XYZ 36.19 38.69 90.35 -
YUV 158.57 175.65 86.23 -
System Red Green Blue C M Y K H S L
Decimal 100 172 243 0.59 0.29 0 0.05 209.79 0.86 0.67
Hex 64 AC F3 3B 1D 0 5 D2 56 43
Octal 144 254 363 73 35 0 5 322 126 103
Binary 1100100 10101100 11110011 111011 11101 0 101 11010010 1010110 1000011

Color Harmonies of #64ACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ACF3

Black with #64ACF3

Text Example


Text Example

White with #64ACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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