Html Css Color HEX #64AFF3 Malibu

📋 copy color: '#64AFF3'

red 100 ◦ green 175 ◦ blue 243

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

Shades of Malibu #64AFF3

Tints of Malibu #64AFF3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.78%

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

R = 19.31%
G = 33.78%
B = 46.91%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#64AFF3 (or 0x64AFF3) is known color: Malibu. HEX triplet: 64, AF and F3. RGB value is (100,175,243). Sum of RGB (Red+Green+Blue) = 100+175+243=518 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.31% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #64AFF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AFF3 is #9B500C. Grayscale: #9F9F9F. Windows color (decimal): -10178573 or 15970148. OLE color: 15970148.

HSL color Cylindrical-coordinate representation of color #64AFF3: hue angle of 208.53º 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 #64AFF3 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 175 243 -
CMYK 0.59 0.28 0 0.05
HSL 208.53º 0.86% 0.67% -
HSV(B) 208.53º 0.59% 0.95% -
XYZ 36.76 39.84 90.55 -
YUV 160.33 174.65 84.97 -
System Red Green Blue C M Y K H S L
Decimal 100 175 243 0.59 0.28 0 0.05 208.53 0.86 0.67
Hex 64 AF F3 3B 1C 0 5 D1 56 43
Octal 144 257 363 73 34 0 5 321 126 103
Binary 1100100 10101111 11110011 111011 11100 0 101 11010001 1010110 1000011

Color Harmonies of #64AFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFF3

Black with #64AFF3

Text Example


Text Example

White with #64AFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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