Html Css Color HEX #64BAEA Malibu

📋 copy color: '#64BAEA'

red 100 ◦ green 186 ◦ blue 234

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

Shades of Malibu #64BAEA

Tints of Malibu #64BAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.77%

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

R = 19.23%
G = 35.77%
B = 45%

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

#64BAEA (or 0x64BAEA) is known color: Malibu. HEX triplet: 64, BA and EA. RGB value is (100,186,234). Sum of RGB (Red+Green+Blue) = 100+186+234=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #64BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BAEA is #9B4515. Grayscale: #A5A5A5. Windows color (decimal): -10175766 or 15383140. OLE color: 15383140.

HSL color Cylindrical-coordinate representation of color #64BAEA: hue angle of 201.49º 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 #64BAEA is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 186 234 -
CMYK 0.57 0.21 0 0.08
HSL 201.49º 0.76% 0.65% -
HSV(B) 201.49º 0.57% 0.92% -
XYZ 37.67 43.77 84.3 -
YUV 165.76 166.51 81.1 -
System Red Green Blue C M Y K H S L
Decimal 100 186 234 0.57 0.21 0 0.08 201.49 0.76 0.65
Hex 64 BA EA 39 15 0 8 C9 4C 41
Octal 144 272 352 71 25 0 10 311 114 101
Binary 1100100 10111010 11101010 111001 10101 0 1000 11001001 1001100 1000001

Color Harmonies of #64BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BAEA

Black with #64BAEA

Text Example


Text Example

White with #64BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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