Html Css Color HEX #64BFE5 Malibu

📋 copy color: '#64BFE5'

red 100 ◦ green 191 ◦ blue 229

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

Shades of Malibu #64BFE5

Tints of Malibu #64BFE5

RGB

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

 GREEN value IS 191 (75% from 255) = 36.73%

 BLUE value IS 229 (89.84% from 255) = 44.04%

R = 19.23%
G = 36.73%
B = 44.04%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#64BFE5 (or 0x64BFE5) is known color: Malibu. HEX triplet: 64, BF and E5. RGB value is (100,191,229). Sum of RGB (Red+Green+Blue) = 100+191+229=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #64BFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFE5 is #9B401A. Grayscale: #A7A7A7. Windows color (decimal): -10174491 or 15056740. OLE color: 15056740.

HSL color Cylindrical-coordinate representation of color #64BFE5: hue angle of 197.67º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64BFE5 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 191 229 -
CMYK 0.56 0.17 0 0.10
HSL 197.67º 0.71% 0.65% -
HSV(B) 197.67º 0.56% 0.9% -
XYZ 38.03 45.63 80.93 -
YUV 168.12 162.35 79.41 -
System Red Green Blue C M Y K H S L
Decimal 100 191 229 0.56 0.17 0 0.10 197.67 0.71 0.65
Hex 64 BF E5 38 11 0 A C6 47 41
Octal 144 277 345 70 21 0 12 306 107 101
Binary 1100100 10111111 11100101 111000 10001 0 1010 11000110 1000111 1000001

Color Harmonies of #64BFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BFE5

Black with #64BFE5

Text Example


Text Example

White with #64BFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,191,229); }

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

background-color css

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

 a { background-color: rgb(100,191,229); }

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

border-color css

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

 span { border-color: rgb(100,191,229); }

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