Html Css Color HEX #64C5DF Malibu

📋 copy color: '#64C5DF'

red 100 ◦ green 197 ◦ blue 223

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

Shades of Malibu #64C5DF

Tints of Malibu #64C5DF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.88%

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 19.23%
G = 37.88%
B = 42.88%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#64C5DF (or 0x64C5DF) is known color: Malibu. HEX triplet: 64, C5 and DF. RGB value is (100,197,223). Sum of RGB (Red+Green+Blue) = 100+197+223=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #64C5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C5DF is #9B3A20. Grayscale: #AAAAAA. Windows color (decimal): -10172961 or 14665060. OLE color: 14665060.

HSL color Cylindrical-coordinate representation of color #64C5DF: hue angle of 192.68º degrees, saturation: 0.66, 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 #64C5DF is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 197 223 -
CMYK 0.55 0.12 0 0.13
HSL 192.68º 0.66% 0.63% -
HSV(B) 192.68º 0.55% 0.87% -
XYZ 38.54 47.97 77.04 -
YUV 170.96 157.36 77.39 -
System Red Green Blue C M Y K H S L
Decimal 100 197 223 0.55 0.12 0 0.13 192.68 0.66 0.63
Hex 64 C5 DF 37 C 0 D C1 42 3F
Octal 144 305 337 67 14 0 15 301 102 77
Binary 1100100 11000101 11011111 110111 1100 0 1101 11000001 1000010 111111

Color Harmonies of #64C5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C5DF

Black with #64C5DF

Text Example


Text Example

White with #64C5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,197,223); }

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

background-color css

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

 a { background-color: rgb(100,197,223); }

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

border-color css

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

 span { border-color: rgb(100,197,223); }

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