Html Css Color HEX #64B7EF Malibu

📋 copy color: '#64B7EF'

red 100 ◦ green 183 ◦ blue 239

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

Shades of Malibu #64B7EF

Tints of Malibu #64B7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.06%

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

R = 19.16%
G = 35.06%
B = 45.79%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64B7EF (or 0x64B7EF) is known color: Malibu. HEX triplet: 64, B7 and EF. RGB value is (100,183,239). Sum of RGB (Red+Green+Blue) = 100+183+239=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #64B7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B7EF is #9B4810. Grayscale: #A4A4A4. Windows color (decimal): -10176529 or 15710052. OLE color: 15710052.

HSL color Cylindrical-coordinate representation of color #64B7EF: hue angle of 204.17º 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 #64B7EF is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 183 239 -
CMYK 0.58 0.23 0 0.06
HSL 204.17º 0.81% 0.66% -
HSV(B) 204.17º 0.58% 0.94% -
XYZ 37.77 42.81 87.93 -
YUV 164.57 170 81.95 -
System Red Green Blue C M Y K H S L
Decimal 100 183 239 0.58 0.23 0 0.06 204.17 0.81 0.66
Hex 64 B7 EF 3A 17 0 6 CC 51 42
Octal 144 267 357 72 27 0 6 314 121 102
Binary 1100100 10110111 11101111 111010 10111 0 110 11001100 1010001 1000010

Color Harmonies of #64B7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B7EF

Black with #64B7EF

Text Example


Text Example

White with #64B7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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