Html Css Color HEX #64BEE8 Malibu

📋 copy color: '#64BEE8'

red 100 ◦ green 190 ◦ blue 232

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

Shades of Malibu #64BEE8

Tints of Malibu #64BEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.44%

R = 19.16%
G = 36.4%
B = 44.44%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#64BEE8 (or 0x64BEE8) is known color: Malibu. HEX triplet: 64, BE and E8. RGB value is (100,190,232). Sum of RGB (Red+Green+Blue) = 100+190+232=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #64BEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BEE8 is #9B4117. Grayscale: #A7A7A7. Windows color (decimal): -10174744 or 15253092. OLE color: 15253092.

HSL color Cylindrical-coordinate representation of color #64BEE8: hue angle of 199.09º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64BEE8 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 190 232 -
CMYK 0.57 0.18 0 0.09
HSL 199.09º 0.74% 0.65% -
HSV(B) 199.09º 0.57% 0.91% -
XYZ 38.23 45.36 83.08 -
YUV 167.88 164.18 79.58 -
System Red Green Blue C M Y K H S L
Decimal 100 190 232 0.57 0.18 0 0.09 199.09 0.74 0.65
Hex 64 BE E8 39 12 0 9 C7 4A 41
Octal 144 276 350 71 22 0 11 307 112 101
Binary 1100100 10111110 11101000 111001 10010 0 1001 11000111 1001010 1000001

Color Harmonies of #64BEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BEE8

Black with #64BEE8

Text Example


Text Example

White with #64BEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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