Html Css Color HEX #64C4EA Malibu

📋 copy color: '#64C4EA'

red 100 ◦ green 196 ◦ blue 234

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

Shades of Malibu #64C4EA

Tints of Malibu #64C4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.98%

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 18.87%
G = 36.98%
B = 44.15%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64C4EA (or 0x64C4EA) is known color: Malibu. HEX triplet: 64, C4 and EA. RGB value is (100,196,234). Sum of RGB (Red+Green+Blue) = 100+196+234=530 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.87% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #64C4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C4EA is #9B3B15. Grayscale: #ABABAB. Windows color (decimal): -10173206 or 15385700. OLE color: 15385700.

HSL color Cylindrical-coordinate representation of color #64C4EA: hue angle of 197.01º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64C4EA is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 196 234 -
CMYK 0.57 0.16 0 0.08
HSL 197.01º 0.76% 0.65% -
HSV(B) 197.01º 0.57% 0.92% -
XYZ 39.85 48.13 85.03 -
YUV 171.63 163.2 76.91 -
System Red Green Blue C M Y K H S L
Decimal 100 196 234 0.57 0.16 0 0.08 197.01 0.76 0.65
Hex 64 C4 EA 39 10 0 8 C5 4C 41
Octal 144 304 352 71 20 0 10 305 114 101
Binary 1100100 11000100 11101010 111001 10000 0 1000 11000101 1001100 1000001

Color Harmonies of #64C4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C4EA

Black with #64C4EA

Text Example


Text Example

White with #64C4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,196,234); }

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

background-color css

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

 a { background-color: rgb(100,196,234); }

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

border-color css

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

 span { border-color: rgb(100,196,234); }

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