Html Css Color HEX #64B8DC Malibu

📋 copy color: '#64B8DC'

red 100 ◦ green 184 ◦ blue 220

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

Shades of Malibu #64B8DC

Tints of Malibu #64B8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.51%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 19.84%
G = 36.51%
B = 43.65%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64B8DC (or 0x64B8DC) is known color: Malibu. HEX triplet: 64, B8 and DC. RGB value is (100,184,220). Sum of RGB (Red+Green+Blue) = 100+184+220=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #64B8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B8DC is #9B4723. Grayscale: #A2A2A2. Windows color (decimal): -10176292 or 14465124. OLE color: 14465124.

HSL color Cylindrical-coordinate representation of color #64B8DC: hue angle of 198º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64B8DC is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 184 220 -
CMYK 0.55 0.16 0 0.14
HSL 198º 0.63% 0.63% -
HSV(B) 198º 0.55% 0.86% -
XYZ 35.31 42.16 73.99 -
YUV 162.99 160.17 83.07 -
System Red Green Blue C M Y K H S L
Decimal 100 184 220 0.55 0.16 0 0.14 198 0.63 0.63
Hex 64 B8 DC 37 10 0 E C6 3F 3F
Octal 144 270 334 67 20 0 16 306 77 77
Binary 1100100 10111000 11011100 110111 10000 0 1110 11000110 111111 111111

Color Harmonies of #64B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B8DC

Black with #64B8DC

Text Example


Text Example

White with #64B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,184,220); }

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

background-color css

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

 a { background-color: rgb(100,184,220); }

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

border-color css

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

 span { border-color: rgb(100,184,220); }

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