Html Css Color HEX #64B0D1 Malibu

📋 copy color: '#64B0D1'

red 100 ◦ green 176 ◦ blue 209

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

Shades of Malibu #64B0D1

Tints of Malibu #64B0D1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.29%

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

R = 20.62%
G = 36.29%
B = 43.09%

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

#64B0D1 (or 0x64B0D1) is known color: Malibu. HEX triplet: 64, B0 and D1. RGB value is (100,176,209). Sum of RGB (Red+Green+Blue) = 100+176+209=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #64B0D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B0D1 is #9B4F2E. Grayscale: #9C9C9C. Windows color (decimal): -10178351 or 13742180. OLE color: 13742180.

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

Color convert

RGB 100 176 209 -
CMYK 0.52 0.16 0 0.18
HSL 198.17º 0.54% 0.61% -
HSV(B) 198.17º 0.52% 0.82% -
XYZ 32.29 38.36 66.02 -
YUV 157.04 157.32 87.32 -
System Red Green Blue C M Y K H S L
Decimal 100 176 209 0.52 0.16 0 0.18 198.17 0.54 0.61
Hex 64 B0 D1 34 10 0 12 C6 36 3D
Octal 144 260 321 64 20 0 22 306 66 75
Binary 1100100 10110000 11010001 110100 10000 0 10010 11000110 110110 111101

Color Harmonies of #64B0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B0D1

Black with #64B0D1

Text Example


Text Example

White with #64B0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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