Html Css Color HEX #64C8EC Malibu

📋 copy color: '#64C8EC'

red 100 ◦ green 200 ◦ blue 236

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

Shades of Malibu #64C8EC

Tints of Malibu #64C8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 18.66%
G = 37.31%
B = 44.03%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64C8EC (or 0x64C8EC) is known color: Malibu. HEX triplet: 64, C8 and EC. RGB value is (100,200,236). Sum of RGB (Red+Green+Blue) = 100+200+236=536 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.66% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #64C8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C8EC is #9B3713. Grayscale: #ADADAD. Windows color (decimal): -10172180 or 15517796. OLE color: 15517796.

HSL color Cylindrical-coordinate representation of color #64C8EC: hue angle of 195.88º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64C8EC is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 200 236 -
CMYK 0.58 0.15 0 0.07
HSL 195.88º 0.78% 0.66% -
HSV(B) 195.88º 0.58% 0.93% -
XYZ 41.05 50.07 86.86 -
YUV 174.2 162.87 75.07 -
System Red Green Blue C M Y K H S L
Decimal 100 200 236 0.58 0.15 0 0.07 195.88 0.78 0.66
Hex 64 C8 EC 3A F 0 7 C4 4E 42
Octal 144 310 354 72 17 0 7 304 116 102
Binary 1100100 11001000 11101100 111010 1111 0 111 11000100 1001110 1000010

Color Harmonies of #64C8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C8EC

Black with #64C8EC

Text Example


Text Example

White with #64C8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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