Html Css Color HEX #64C2DB Malibu

📋 copy color: '#64C2DB'

red 100 ◦ green 194 ◦ blue 219

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

Shades of Malibu #64C2DB

Tints of Malibu #64C2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.82%

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 19.49%
G = 37.82%
B = 42.69%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64C2DB (or 0x64C2DB) is known color: Malibu. HEX triplet: 64, C2 and DB. RGB value is (100,194,219). Sum of RGB (Red+Green+Blue) = 100+194+219=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #64C2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C2DB is #9B3D24. Grayscale: #A8A8A8. Windows color (decimal): -10173733 or 14402148. OLE color: 14402148.

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

Color convert

RGB 100 194 219 -
CMYK 0.54 0.11 0 0.14
HSL 192.61º 0.62% 0.63% -
HSV(B) 192.61º 0.54% 0.86% -
XYZ 37.33 46.41 74.01 -
YUV 168.74 156.36 78.97 -
System Red Green Blue C M Y K H S L
Decimal 100 194 219 0.54 0.11 0 0.14 192.61 0.62 0.63
Hex 64 C2 DB 36 B 0 E C1 3E 3F
Octal 144 302 333 66 13 0 16 301 76 77
Binary 1100100 11000010 11011011 110110 1011 0 1110 11000001 111110 111111

Color Harmonies of #64C2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C2DB

Black with #64C2DB

Text Example


Text Example

White with #64C2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,194,219); }

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

background-color css

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

 a { background-color: rgb(100,194,219); }

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

border-color css

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

 span { border-color: rgb(100,194,219); }

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