Html Css Color HEX #64C4EB Malibu

📋 copy color: '#64C4EB'

red 100 ◦ green 196 ◦ blue 235

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

Shades of Malibu #64C4EB

Tints of Malibu #64C4EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 18.83%
G = 36.91%
B = 44.26%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64C4EB (or 0x64C4EB) is known color: Malibu. HEX triplet: 64, C4 and EB. RGB value is (100,196,235). Sum of RGB (Red+Green+Blue) = 100+196+235=531 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.83% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #64C4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C4EB is #9B3B14. Grayscale: #ABABAB. Windows color (decimal): -10173205 or 15451236. OLE color: 15451236.

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

Color convert

RGB 100 196 235 -
CMYK 0.57 0.17 0 0.08
HSL 197.33º 0.77% 0.66% -
HSV(B) 197.33º 0.57% 0.92% -
XYZ 39.99 48.19 85.79 -
YUV 171.74 163.7 76.83 -
System Red Green Blue C M Y K H S L
Decimal 100 196 235 0.57 0.17 0 0.08 197.33 0.77 0.66
Hex 64 C4 EB 39 11 0 8 C5 4D 42
Octal 144 304 353 71 21 0 10 305 115 102
Binary 1100100 11000100 11101011 111001 10001 0 1000 11000101 1001101 1000010

Color Harmonies of #64C4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C4EB

Black with #64C4EB

Text Example


Text Example

White with #64C4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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