Html Css Color HEX #64C8EA Malibu

📋 copy color: '#64C8EA'

red 100 ◦ green 200 ◦ blue 234

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

Shades of Malibu #64C8EA

Tints of Malibu #64C8EA

RGB

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

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

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

R = 18.73%
G = 37.45%
B = 43.82%

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

#64C8EA (or 0x64C8EA) is known color: Malibu. HEX triplet: 64, C8 and EA. RGB value is (100,200,234). Sum of RGB (Red+Green+Blue) = 100+200+234=534 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.73% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #64C8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C8EA is #9B3715. Grayscale: #ADADAD. Windows color (decimal): -10172182 or 15386724. OLE color: 15386724.

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

Color convert

RGB 100 200 234 -
CMYK 0.57 0.15 0 0.08
HSL 195.22º 0.76% 0.65% -
HSV(B) 195.22º 0.57% 0.92% -
XYZ 40.76 49.96 85.34 -
YUV 173.98 161.87 75.24 -
System Red Green Blue C M Y K H S L
Decimal 100 200 234 0.57 0.15 0 0.08 195.22 0.76 0.65
Hex 64 C8 EA 39 F 0 8 C3 4C 41
Octal 144 310 352 71 17 0 10 303 114 101
Binary 1100100 11001000 11101010 111001 1111 0 1000 11000011 1001100 1000001

Color Harmonies of #64C8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C8EA

Black with #64C8EA

Text Example


Text Example

White with #64C8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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