Html Css Color HEX #64ABEE Malibu

📋 copy color: '#64ABEE'

red 100 ◦ green 171 ◦ blue 238

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

Shades of Malibu #64ABEE

Tints of Malibu #64ABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.76%

R = 19.65%
G = 33.6%
B = 46.76%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64ABEE (or 0x64ABEE) is known color: Malibu. HEX triplet: 64, AB and EE. RGB value is (100,171,238). Sum of RGB (Red+Green+Blue) = 100+171+238=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #64ABEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ABEE is #9B5411. Grayscale: #9D9D9D. Windows color (decimal): -10179602 or 15641444. OLE color: 15641444.

HSL color Cylindrical-coordinate representation of color #64ABEE: hue angle of 209.13º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ABEE is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 171 238 -
CMYK 0.58 0.28 0 0.07
HSL 209.13º 0.8% 0.66% -
HSV(B) 209.13º 0.58% 0.93% -
XYZ 35.25 38.01 86.37 -
YUV 157.41 173.48 87.05 -
System Red Green Blue C M Y K H S L
Decimal 100 171 238 0.58 0.28 0 0.07 209.13 0.8 0.66
Hex 64 AB EE 3A 1C 0 7 D1 50 42
Octal 144 253 356 72 34 0 7 321 120 102
Binary 1100100 10101011 11101110 111010 11100 0 111 11010001 1010000 1000010

Color Harmonies of #64ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ABEE

Black with #64ABEE

Text Example


Text Example

White with #64ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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