Html Css Color HEX #64ABEA Malibu

📋 copy color: '#64ABEA'

red 100 ◦ green 171 ◦ blue 234

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

Shades of Malibu #64ABEA

Tints of Malibu #64ABEA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.86%

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

R = 19.8%
G = 33.86%
B = 46.34%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64ABEA (or 0x64ABEA) is known color: Malibu. HEX triplet: 64, AB and EA. RGB value is (100,171,234). Sum of RGB (Red+Green+Blue) = 100+171+234=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #64ABEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ABEA is #9B5415. Grayscale: #9C9C9C. Windows color (decimal): -10179606 or 15379300. OLE color: 15379300.

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

Color convert

RGB 100 171 234 -
CMYK 0.57 0.27 0 0.08
HSL 208.21º 0.76% 0.65% -
HSV(B) 208.21º 0.57% 0.92% -
XYZ 34.67 37.78 83.31 -
YUV 156.95 171.48 87.38 -
System Red Green Blue C M Y K H S L
Decimal 100 171 234 0.57 0.27 0 0.08 208.21 0.76 0.65
Hex 64 AB EA 39 1B 0 8 D0 4C 41
Octal 144 253 352 71 33 0 10 320 114 101
Binary 1100100 10101011 11101010 111001 11011 0 1000 11010000 1001100 1000001

Color Harmonies of #64ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ABEA

Black with #64ABEA

Text Example


Text Example

White with #64ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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