Html Css Color HEX #64B4D1 Malibu

📋 copy color: '#64B4D1'

red 100 ◦ green 180 ◦ blue 209

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

Shades of Malibu #64B4D1

Tints of Malibu #64B4D1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.81%

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

R = 20.45%
G = 36.81%
B = 42.74%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#64B4D1 (or 0x64B4D1) is known color: Malibu. HEX triplet: 64, B4 and D1. RGB value is (100,180,209). Sum of RGB (Red+Green+Blue) = 100+180+209=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #64B4D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B4D1 is #9B4B2E. Grayscale: #9F9F9F. Windows color (decimal): -10177327 or 13743204. OLE color: 13743204.

HSL color Cylindrical-coordinate representation of color #64B4D1: hue angle of 195.96º 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 #64B4D1 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 180 209 -
CMYK 0.52 0.14 0 0.18
HSL 195.96º 0.54% 0.61% -
HSV(B) 195.96º 0.52% 0.82% -
XYZ 33.09 39.96 66.29 -
YUV 159.39 156 85.64 -
System Red Green Blue C M Y K H S L
Decimal 100 180 209 0.52 0.14 0 0.18 195.96 0.54 0.61
Hex 64 B4 D1 34 E 0 12 C4 36 3D
Octal 144 264 321 64 16 0 22 304 66 75
Binary 1100100 10110100 11010001 110100 1110 0 10010 11000100 110110 111101

Color Harmonies of #64B4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B4D1

Black with #64B4D1

Text Example


Text Example

White with #64B4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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