Html Css Color HEX #64ADD7 Malibu

📋 copy color: '#64ADD7'

red 100 ◦ green 173 ◦ blue 215

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

Shades of Malibu #64ADD7

Tints of Malibu #64ADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.06%

R = 20.49%
G = 35.45%
B = 44.06%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#64ADD7 (or 0x64ADD7) is known color: Malibu. HEX triplet: 64, AD and D7. RGB value is (100,173,215). Sum of RGB (Red+Green+Blue) = 100+173+215=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #64ADD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADD7 is #9B5228. Grayscale: #9B9B9B. Windows color (decimal): -10179113 or 14134628. OLE color: 14134628.

HSL color Cylindrical-coordinate representation of color #64ADD7: hue angle of 201.91º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64ADD7 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 173 215 -
CMYK 0.53 0.20 0 0.16
HSL 201.91º 0.59% 0.62% -
HSV(B) 201.91º 0.53% 0.84% -
XYZ 32.46 37.5 69.82 -
YUV 155.96 161.32 88.08 -
System Red Green Blue C M Y K H S L
Decimal 100 173 215 0.53 0.20 0 0.16 201.91 0.59 0.62
Hex 64 AD D7 35 14 0 10 CA 3B 3E
Octal 144 255 327 65 24 0 20 312 73 76
Binary 1100100 10101101 11010111 110101 10100 0 10000 11001010 111011 111110

Color Harmonies of #64ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ADD7

Black with #64ADD7

Text Example


Text Example

White with #64ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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