Html Css Color HEX #64B5EA Malibu

📋 copy color: '#64B5EA'

red 100 ◦ green 181 ◦ blue 234

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

Shades of Malibu #64B5EA

Tints of Malibu #64B5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.44%

R = 19.42%
G = 35.15%
B = 45.44%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64B5EA (or 0x64B5EA) is known color: Malibu. HEX triplet: 64, B5 and EA. RGB value is (100,181,234). Sum of RGB (Red+Green+Blue) = 100+181+234=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #64B5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B5EA is #9B4A15. Grayscale: #A2A2A2. Windows color (decimal): -10177046 or 15381860. OLE color: 15381860.

HSL color Cylindrical-coordinate representation of color #64B5EA: hue angle of 203.73º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64B5EA is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 181 234 -
CMYK 0.57 0.23 0 0.08
HSL 203.73º 0.76% 0.65% -
HSV(B) 203.73º 0.57% 0.92% -
XYZ 36.63 41.7 83.96 -
YUV 162.82 168.16 83.19 -
System Red Green Blue C M Y K H S L
Decimal 100 181 234 0.57 0.23 0 0.08 203.73 0.76 0.65
Hex 64 B5 EA 39 17 0 8 CC 4C 41
Octal 144 265 352 71 27 0 10 314 114 101
Binary 1100100 10110101 11101010 111001 10111 0 1000 11001100 1001100 1000001

Color Harmonies of #64B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B5EA

Black with #64B5EA

Text Example


Text Example

White with #64B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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