Html Css Color HEX #64BBE8 Malibu

📋 copy color: '#64BBE8'

red 100 ◦ green 187 ◦ blue 232

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

Shades of Malibu #64BBE8

Tints of Malibu #64BBE8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.03%

 BLUE value IS 232 (91.02% from 255) = 44.7%

R = 19.27%
G = 36.03%
B = 44.7%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#64BBE8 (or 0x64BBE8) is known color: Malibu. HEX triplet: 64, BB and E8. RGB value is (100,187,232). Sum of RGB (Red+Green+Blue) = 100+187+232=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #64BBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BBE8 is #9B4417. Grayscale: #A5A5A5. Windows color (decimal): -10175512 or 15252324. OLE color: 15252324.

HSL color Cylindrical-coordinate representation of color #64BBE8: hue angle of 200.45º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64BBE8 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 187 232 -
CMYK 0.57 0.19 0 0.09
HSL 200.45º 0.74% 0.65% -
HSV(B) 200.45º 0.57% 0.91% -
XYZ 37.59 44.08 82.87 -
YUV 166.12 165.18 80.84 -
System Red Green Blue C M Y K H S L
Decimal 100 187 232 0.57 0.19 0 0.09 200.45 0.74 0.65
Hex 64 BB E8 39 13 0 9 C8 4A 41
Octal 144 273 350 71 23 0 11 310 112 101
Binary 1100100 10111011 11101000 111001 10011 0 1001 11001000 1001010 1000001

Color Harmonies of #64BBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BBE8

Black with #64BBE8

Text Example


Text Example

White with #64BBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,187,232); }

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

background-color css

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

 a { background-color: rgb(100,187,232); }

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

border-color css

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

 span { border-color: rgb(100,187,232); }

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