Html Css Color HEX #64A8DF Malibu

📋 copy color: '#64A8DF'

red 100 ◦ green 168 ◦ blue 223

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

Shades of Malibu #64A8DF

Tints of Malibu #64A8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.22%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 20.37%
G = 34.22%
B = 45.42%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#64A8DF (or 0x64A8DF) is known color: Malibu. HEX triplet: 64, A8 and DF. RGB value is (100,168,223). Sum of RGB (Red+Green+Blue) = 100+168+223=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #64A8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A8DF is #9B5720. Grayscale: #999999. Windows color (decimal): -10180385 or 14657636. OLE color: 14657636.

HSL color Cylindrical-coordinate representation of color #64A8DF: hue angle of 206.83º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64A8DF is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 168 223 -
CMYK 0.55 0.25 0 0.13
HSL 206.83º 0.66% 0.63% -
HSV(B) 206.83º 0.55% 0.87% -
XYZ 32.58 36.04 75.05 -
YUV 153.94 166.97 89.53 -
System Red Green Blue C M Y K H S L
Decimal 100 168 223 0.55 0.25 0 0.13 206.83 0.66 0.63
Hex 64 A8 DF 37 19 0 D CF 42 3F
Octal 144 250 337 67 31 0 15 317 102 77
Binary 1100100 10101000 11011111 110111 11001 0 1101 11001111 1000010 111111

Color Harmonies of #64A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A8DF

Black with #64A8DF

Text Example


Text Example

White with #64A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,168,223); }

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

background-color css

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

 a { background-color: rgb(100,168,223); }

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

border-color css

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

 span { border-color: rgb(100,168,223); }

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