Html Css Color HEX #64B5EE Malibu

📋 copy color: '#64B5EE'

red 100 ◦ green 181 ◦ blue 238

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

Shades of Malibu #64B5EE

Tints of Malibu #64B5EE

RGB

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

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

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

R = 19.27%
G = 34.87%
B = 45.86%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64B5EE (or 0x64B5EE) is known color: Malibu. HEX triplet: 64, B5 and EE. RGB value is (100,181,238). Sum of RGB (Red+Green+Blue) = 100+181+238=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #64B5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B5EE is #9B4A11. Grayscale: #A2A2A2. Windows color (decimal): -10177042 or 15644004. OLE color: 15644004.

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

Color convert

RGB 100 181 238 -
CMYK 0.58 0.24 0 0.07
HSL 204.78º 0.8% 0.66% -
HSV(B) 204.78º 0.58% 0.93% -
XYZ 37.21 41.93 87.02 -
YUV 163.28 170.16 82.87 -
System Red Green Blue C M Y K H S L
Decimal 100 181 238 0.58 0.24 0 0.07 204.78 0.8 0.66
Hex 64 B5 EE 3A 18 0 7 CD 50 42
Octal 144 265 356 72 30 0 7 315 120 102
Binary 1100100 10110101 11101110 111010 11000 0 111 11001101 1010000 1000010

Color Harmonies of #64B5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B5EE

Black with #64B5EE

Text Example


Text Example

White with #64B5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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