Html Css Color HEX #64B7DC Malibu

📋 copy color: '#64B7DC'

red 100 ◦ green 183 ◦ blue 220

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

Shades of Malibu #64B7DC

Tints of Malibu #64B7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.38%

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

R = 19.88%
G = 36.38%
B = 43.74%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64B7DC (or 0x64B7DC) is known color: Malibu. HEX triplet: 64, B7 and DC. RGB value is (100,183,220). Sum of RGB (Red+Green+Blue) = 100+183+220=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #64B7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B7DC is #9B4823. Grayscale: #A2A2A2. Windows color (decimal): -10176548 or 14464868. OLE color: 14464868.

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

Color convert

RGB 100 183 220 -
CMYK 0.55 0.17 0 0.14
HSL 198.5º 0.63% 0.63% -
HSV(B) 198.5º 0.55% 0.86% -
XYZ 35.11 41.74 73.92 -
YUV 162.4 160.5 83.49 -
System Red Green Blue C M Y K H S L
Decimal 100 183 220 0.55 0.17 0 0.14 198.5 0.63 0.63
Hex 64 B7 DC 37 11 0 E C6 3F 3F
Octal 144 267 334 67 21 0 16 306 77 77
Binary 1100100 10110111 11011100 110111 10001 0 1110 11000110 111111 111111

Color Harmonies of #64B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B7DC

Black with #64B7DC

Text Example


Text Example

White with #64B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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