Html Css Color HEX #64C2EA Malibu

📋 copy color: '#64C2EA'

red 100 ◦ green 194 ◦ blue 234

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

Shades of Malibu #64C2EA

Tints of Malibu #64C2EA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.74%

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

R = 18.94%
G = 36.74%
B = 44.32%

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

#64C2EA (or 0x64C2EA) is known color: Malibu. HEX triplet: 64, C2 and EA. RGB value is (100,194,234). Sum of RGB (Red+Green+Blue) = 100+194+234=528 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.94% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #64C2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C2EA is #9B3D15. Grayscale: #AAAAAA. Windows color (decimal): -10173718 or 15385188. OLE color: 15385188.

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

Color convert

RGB 100 194 234 -
CMYK 0.57 0.17 0 0.08
HSL 197.91º 0.76% 0.65% -
HSV(B) 197.91º 0.57% 0.92% -
XYZ 39.4 47.23 84.88 -
YUV 170.45 163.86 77.75 -
System Red Green Blue C M Y K H S L
Decimal 100 194 234 0.57 0.17 0 0.08 197.91 0.76 0.65
Hex 64 C2 EA 39 11 0 8 C6 4C 41
Octal 144 302 352 71 21 0 10 306 114 101
Binary 1100100 11000010 11101010 111001 10001 0 1000 11000110 1001100 1000001

Color Harmonies of #64C2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C2EA

Black with #64C2EA

Text Example


Text Example

White with #64C2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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