Html Css Color HEX #64AFD1 Malibu

📋 copy color: '#64AFD1'

red 100 ◦ green 175 ◦ blue 209

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

Shades of Malibu #64AFD1

Tints of Malibu #64AFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.18%

R = 20.66%
G = 36.16%
B = 43.18%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#64AFD1 (or 0x64AFD1) is known color: Malibu. HEX triplet: 64, AF and D1. RGB value is (100,175,209). Sum of RGB (Red+Green+Blue) = 100+175+209=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #64AFD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFD1 is #9B502E. Grayscale: #9C9C9C. Windows color (decimal): -10178607 or 13741924. OLE color: 13741924.

HSL color Cylindrical-coordinate representation of color #64AFD1: hue angle of 198.72º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64AFD1 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 175 209 -
CMYK 0.52 0.16 0 0.18
HSL 198.72º 0.54% 0.61% -
HSV(B) 198.72º 0.52% 0.82% -
XYZ 32.09 37.97 65.96 -
YUV 156.45 157.65 87.74 -
System Red Green Blue C M Y K H S L
Decimal 100 175 209 0.52 0.16 0 0.18 198.72 0.54 0.61
Hex 64 AF D1 34 10 0 12 C7 36 3D
Octal 144 257 321 64 20 0 22 307 66 75
Binary 1100100 10101111 11010001 110100 10000 0 10010 11000111 110110 111101

Color Harmonies of #64AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFD1

Black with #64AFD1

Text Example


Text Example

White with #64AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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