Html Css Color HEX #64BEE0 Malibu

📋 copy color: '#64BEE0'

red 100 ◦ green 190 ◦ blue 224

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

Shades of Malibu #64BEE0

Tints of Malibu #64BEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.96%

 BLUE value IS 224 (87.89% from 255) = 43.58%

R = 19.46%
G = 36.96%
B = 43.58%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#64BEE0 (or 0x64BEE0) is known color: Malibu. HEX triplet: 64, BE and E0. RGB value is (100,190,224). Sum of RGB (Red+Green+Blue) = 100+190+224=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #64BEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BEE0 is #9B411F. Grayscale: #A6A6A6. Windows color (decimal): -10174752 or 14728804. OLE color: 14728804.

HSL color Cylindrical-coordinate representation of color #64BEE0: hue angle of 196.45º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64BEE0 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 190 224 -
CMYK 0.55 0.15 0 0.12
HSL 196.45º 0.67% 0.64% -
HSV(B) 196.45º 0.55% 0.88% -
XYZ 37.12 44.92 77.23 -
YUV 166.97 160.18 80.24 -
System Red Green Blue C M Y K H S L
Decimal 100 190 224 0.55 0.15 0 0.12 196.45 0.67 0.64
Hex 64 BE E0 37 F 0 C C4 43 40
Octal 144 276 340 67 17 0 14 304 103 100
Binary 1100100 10111110 11100000 110111 1111 0 1100 11000100 1000011 1000000

Color Harmonies of #64BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BEE0

Black with #64BEE0

Text Example


Text Example

White with #64BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,190,224); }

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

background-color css

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

 a { background-color: rgb(100,190,224); }

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

border-color css

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

 span { border-color: rgb(100,190,224); }

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