Html Css Color HEX #64B9EB Malibu

📋 copy color: '#64B9EB'

red 100 ◦ green 185 ◦ blue 235

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

Shades of Malibu #64B9EB

Tints of Malibu #64B9EB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.58%

 BLUE value IS 235 (92.19% from 255) = 45.19%

R = 19.23%
G = 35.58%
B = 45.19%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64B9EB (or 0x64B9EB) is known color: Malibu. HEX triplet: 64, B9 and EB. RGB value is (100,185,235). Sum of RGB (Red+Green+Blue) = 100+185+235=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #64B9EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B9EB is #9B4614. Grayscale: #A4A4A4. Windows color (decimal): -10176021 or 15448420. OLE color: 15448420.

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

Color convert

RGB 100 185 235 -
CMYK 0.57 0.21 0 0.08
HSL 202.22º 0.77% 0.66% -
HSV(B) 202.22º 0.57% 0.92% -
XYZ 37.6 43.41 84.99 -
YUV 165.29 167.34 81.43 -
System Red Green Blue C M Y K H S L
Decimal 100 185 235 0.57 0.21 0 0.08 202.22 0.77 0.66
Hex 64 B9 EB 39 15 0 8 CA 4D 42
Octal 144 271 353 71 25 0 10 312 115 102
Binary 1100100 10111001 11101011 111001 10101 0 1000 11001010 1001101 1000010

Color Harmonies of #64B9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B9EB

Black with #64B9EB

Text Example


Text Example

White with #64B9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,185,235); }

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

background-color css

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

 a { background-color: rgb(100,185,235); }

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

border-color css

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

 span { border-color: rgb(100,185,235); }

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