Html Css Color HEX #64C8DD Malibu

📋 copy color: '#64C8DD'

red 100 ◦ green 200 ◦ blue 221

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

Shades of Malibu #64C8DD

Tints of Malibu #64C8DD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.39%

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 19.19%
G = 38.39%
B = 42.42%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#64C8DD (or 0x64C8DD) is known color: Malibu. HEX triplet: 64, C8 and DD. RGB value is (100,200,221). Sum of RGB (Red+Green+Blue) = 100+200+221=521 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.19% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #64C8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C8DD is #9B3722. Grayscale: #ACACAC. Windows color (decimal): -10172195 or 14534756. OLE color: 14534756.

HSL color Cylindrical-coordinate representation of color #64C8DD: hue angle of 190.41º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64C8DD is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 200 221 -
CMYK 0.55 0.10 0 0.13
HSL 190.41º 0.64% 0.63% -
HSV(B) 190.41º 0.55% 0.87% -
XYZ 38.96 49.24 75.86 -
YUV 172.49 155.37 76.29 -
System Red Green Blue C M Y K H S L
Decimal 100 200 221 0.55 0.10 0 0.13 190.41 0.64 0.63
Hex 64 C8 DD 37 A 0 D BE 40 3F
Octal 144 310 335 67 12 0 15 276 100 77
Binary 1100100 11001000 11011101 110111 1010 0 1101 10111110 1000000 111111

Color Harmonies of #64C8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C8DD

Black with #64C8DD

Text Example


Text Example

White with #64C8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,200,221); }

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

background-color css

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

 a { background-color: rgb(100,200,221); }

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

border-color css

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

 span { border-color: rgb(100,200,221); }

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