Html Css Color HEX #64AFD8 Malibu

📋 copy color: '#64AFD8'

red 100 ◦ green 175 ◦ blue 216

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

Shades of Malibu #64AFD8

Tints of Malibu #64AFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.99%

R = 20.37%
G = 35.64%
B = 43.99%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#64AFD8 (or 0x64AFD8) is known color: Malibu. HEX triplet: 64, AF and D8. RGB value is (100,175,216). Sum of RGB (Red+Green+Blue) = 100+175+216=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #64AFD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFD8 is #9B5027. Grayscale: #9D9D9D. Windows color (decimal): -10178600 or 14200676. OLE color: 14200676.

HSL color Cylindrical-coordinate representation of color #64AFD8: hue angle of 201.21º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64AFD8 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 175 216 -
CMYK 0.54 0.19 0 0.15
HSL 201.21º 0.6% 0.62% -
HSV(B) 201.21º 0.54% 0.85% -
XYZ 32.98 38.33 70.63 -
YUV 157.25 161.15 87.17 -
System Red Green Blue C M Y K H S L
Decimal 100 175 216 0.54 0.19 0 0.15 201.21 0.6 0.62
Hex 64 AF D8 36 13 0 F C9 3C 3E
Octal 144 257 330 66 23 0 17 311 74 76
Binary 1100100 10101111 11011000 110110 10011 0 1111 11001001 111100 111110

Color Harmonies of #64AFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFD8

Black with #64AFD8

Text Example


Text Example

White with #64AFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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