Html Css Color HEX #64C6EA Malibu

📋 copy color: '#64C6EA'

red 100 ◦ green 198 ◦ blue 234

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

Shades of Malibu #64C6EA

Tints of Malibu #64C6EA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.22%

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

R = 18.8%
G = 37.22%
B = 43.98%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64C6EA (or 0x64C6EA) is known color: Malibu. HEX triplet: 64, C6 and EA. RGB value is (100,198,234). Sum of RGB (Red+Green+Blue) = 100+198+234=532 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.80% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #64C6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C6EA is #9B3915. Grayscale: #ACACAC. Windows color (decimal): -10172694 or 15386212. OLE color: 15386212.

HSL color Cylindrical-coordinate representation of color #64C6EA: hue angle of 196.12º 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 #64C6EA is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 198 234 -
CMYK 0.57 0.15 0 0.08
HSL 196.12º 0.76% 0.65% -
HSV(B) 196.12º 0.57% 0.92% -
XYZ 40.3 49.04 85.18 -
YUV 172.8 162.53 76.07 -
System Red Green Blue C M Y K H S L
Decimal 100 198 234 0.57 0.15 0 0.08 196.12 0.76 0.65
Hex 64 C6 EA 39 F 0 8 C4 4C 41
Octal 144 306 352 71 17 0 10 304 114 101
Binary 1100100 11000110 11101010 111001 1111 0 1000 11000100 1001100 1000001

Color Harmonies of #64C6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C6EA

Black with #64C6EA

Text Example


Text Example

White with #64C6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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