Html Css Color HEX #64B3EE Malibu

📋 copy color: '#64B3EE'

red 100 ◦ green 179 ◦ blue 238

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

Shades of Malibu #64B3EE

Tints of Malibu #64B3EE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.62%

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 19.34%
G = 34.62%
B = 46.03%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64B3EE (or 0x64B3EE) is known color: Malibu. HEX triplet: 64, B3 and EE. RGB value is (100,179,238). Sum of RGB (Red+Green+Blue) = 100+179+238=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #64B3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B3EE is #9B4C11. Grayscale: #A1A1A1. Windows color (decimal): -10177554 or 15643492. OLE color: 15643492.

HSL color Cylindrical-coordinate representation of color #64B3EE: hue angle of 205.65º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64B3EE is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 179 238 -
CMYK 0.58 0.25 0 0.07
HSL 205.65º 0.8% 0.66% -
HSV(B) 205.65º 0.58% 0.93% -
XYZ 36.81 41.12 86.89 -
YUV 162.11 170.83 83.7 -
System Red Green Blue C M Y K H S L
Decimal 100 179 238 0.58 0.25 0 0.07 205.65 0.8 0.66
Hex 64 B3 EE 3A 19 0 7 CE 50 42
Octal 144 263 356 72 31 0 7 316 120 102
Binary 1100100 10110011 11101110 111010 11001 0 111 11001110 1010000 1000010

Color Harmonies of #64B3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B3EE

Black with #64B3EE

Text Example


Text Example

White with #64B3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,179,238); }

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

background-color css

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

 a { background-color: rgb(100,179,238); }

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

border-color css

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

 span { border-color: rgb(100,179,238); }

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