Html Css Color HEX #64C3DA Malibu

📋 copy color: '#64C3DA'

red 100 ◦ green 195 ◦ blue 218

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

Shades of Malibu #64C3DA

Tints of Malibu #64C3DA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.01%

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 19.49%
G = 38.01%
B = 42.5%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#64C3DA (or 0x64C3DA) is known color: Malibu. HEX triplet: 64, C3 and DA. RGB value is (100,195,218). Sum of RGB (Red+Green+Blue) = 100+195+218=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #64C3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C3DA is #9B3C25. Grayscale: #A9A9A9. Windows color (decimal): -10173478 or 14336868. OLE color: 14336868.

HSL color Cylindrical-coordinate representation of color #64C3DA: hue angle of 191.69º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64C3DA is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 195 218 -
CMYK 0.54 0.11 0 0.15
HSL 191.69º 0.61% 0.62% -
HSV(B) 191.69º 0.54% 0.85% -
XYZ 37.43 46.8 73.39 -
YUV 169.22 155.53 78.63 -
System Red Green Blue C M Y K H S L
Decimal 100 195 218 0.54 0.11 0 0.15 191.69 0.61 0.62
Hex 64 C3 DA 36 B 0 F C0 3D 3E
Octal 144 303 332 66 13 0 17 300 75 76
Binary 1100100 11000011 11011010 110110 1011 0 1111 11000000 111101 111110

Color Harmonies of #64C3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C3DA

Black with #64C3DA

Text Example


Text Example

White with #64C3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,195,218); }

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

background-color css

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

 a { background-color: rgb(100,195,218); }

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

border-color css

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

 span { border-color: rgb(100,195,218); }

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