Html Css Color HEX #64ADDC Malibu

📋 copy color: '#64ADDC'

red 100 ◦ green 173 ◦ blue 220

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

Shades of Malibu #64ADDC

Tints of Malibu #64ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.09%

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

R = 20.28%
G = 35.09%
B = 44.62%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64ADDC (or 0x64ADDC) is known color: Malibu. HEX triplet: 64, AD and DC. RGB value is (100,173,220). Sum of RGB (Red+Green+Blue) = 100+173+220=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #64ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADDC is #9B5223. Grayscale: #9C9C9C. Windows color (decimal): -10179108 or 14462308. OLE color: 14462308.

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

Color convert

RGB 100 173 220 -
CMYK 0.55 0.21 0 0.14
HSL 203.5º 0.63% 0.63% -
HSV(B) 203.5º 0.55% 0.86% -
XYZ 33.12 37.76 73.25 -
YUV 156.53 163.82 87.68 -
System Red Green Blue C M Y K H S L
Decimal 100 173 220 0.55 0.21 0 0.14 203.5 0.63 0.63
Hex 64 AD DC 37 15 0 E CC 3F 3F
Octal 144 255 334 67 25 0 16 314 77 77
Binary 1100100 10101101 11011100 110111 10101 0 1110 11001100 111111 111111

Color Harmonies of #64ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ADDC

Black with #64ADDC

Text Example


Text Example

White with #64ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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