Html Css Color HEX #64C7DF Malibu

📋 copy color: '#64C7DF'

red 100 ◦ green 199 ◦ blue 223

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

Shades of Malibu #64C7DF

Tints of Malibu #64C7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.12%

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

R = 19.16%
G = 38.12%
B = 42.72%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#64C7DF (or 0x64C7DF) is known color: Malibu. HEX triplet: 64, C7 and DF. RGB value is (100,199,223). Sum of RGB (Red+Green+Blue) = 100+199+223=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #64C7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C7DF is #9B3820. Grayscale: #ABABAB. Windows color (decimal): -10172449 or 14665572. OLE color: 14665572.

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

Color convert

RGB 100 199 223 -
CMYK 0.55 0.11 0 0.13
HSL 191.71º 0.66% 0.63% -
HSV(B) 191.71º 0.55% 0.87% -
XYZ 39 48.88 77.19 -
YUV 172.14 156.7 76.55 -
System Red Green Blue C M Y K H S L
Decimal 100 199 223 0.55 0.11 0 0.13 191.71 0.66 0.63
Hex 64 C7 DF 37 B 0 D C0 42 3F
Octal 144 307 337 67 13 0 15 300 102 77
Binary 1100100 11000111 11011111 110111 1011 0 1101 11000000 1000010 111111

Color Harmonies of #64C7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C7DF

Black with #64C7DF

Text Example


Text Example

White with #64C7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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