Html Css Color HEX #64B5EF Malibu

📋 copy color: '#64B5EF'

red 100 ◦ green 181 ◦ blue 239

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

Shades of Malibu #64B5EF

Tints of Malibu #64B5EF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.81%

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 19.23%
G = 34.81%
B = 45.96%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64B5EF (or 0x64B5EF) is known color: Malibu. HEX triplet: 64, B5 and EF. RGB value is (100,181,239). Sum of RGB (Red+Green+Blue) = 100+181+239=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #64B5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B5EF is #9B4A10. Grayscale: #A3A3A3. Windows color (decimal): -10177041 or 15709540. OLE color: 15709540.

HSL color Cylindrical-coordinate representation of color #64B5EF: hue angle of 205.04º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64B5EF is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 181 239 -
CMYK 0.58 0.24 0 0.06
HSL 205.04º 0.81% 0.66% -
HSV(B) 205.04º 0.58% 0.94% -
XYZ 37.36 41.99 87.8 -
YUV 163.39 170.66 82.78 -
System Red Green Blue C M Y K H S L
Decimal 100 181 239 0.58 0.24 0 0.06 205.04 0.81 0.66
Hex 64 B5 EF 3A 18 0 6 CD 51 42
Octal 144 265 357 72 30 0 6 315 121 102
Binary 1100100 10110101 11101111 111010 11000 0 110 11001101 1010001 1000010

Color Harmonies of #64B5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B5EF

Black with #64B5EF

Text Example


Text Example

White with #64B5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,181,239); }

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

background-color css

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

 a { background-color: rgb(100,181,239); }

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

border-color css

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

 span { border-color: rgb(100,181,239); }

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