Html Css Color HEX #64ADEE Malibu

📋 copy color: '#64ADEE'

red 100 ◦ green 173 ◦ blue 238

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

Shades of Malibu #64ADEE

Tints of Malibu #64ADEE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.86%

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

R = 19.57%
G = 33.86%
B = 46.58%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64ADEE (or 0x64ADEE) is known color: Malibu. HEX triplet: 64, AD and EE. RGB value is (100,173,238). Sum of RGB (Red+Green+Blue) = 100+173+238=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #64ADEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ADEE is #9B5211. Grayscale: #9E9E9E. Windows color (decimal): -10179090 or 15641956. OLE color: 15641956.

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

Color convert

RGB 100 173 238 -
CMYK 0.58 0.27 0 0.07
HSL 208.26º 0.8% 0.66% -
HSV(B) 208.26º 0.58% 0.93% -
XYZ 35.63 38.77 86.49 -
YUV 158.58 172.82 86.21 -
System Red Green Blue C M Y K H S L
Decimal 100 173 238 0.58 0.27 0 0.07 208.26 0.8 0.66
Hex 64 AD EE 3A 1B 0 7 D0 50 42
Octal 144 255 356 72 33 0 7 320 120 102
Binary 1100100 10101101 11101110 111010 11011 0 111 11010000 1010000 1000010

Color Harmonies of #64ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ADEE

Black with #64ADEE

Text Example


Text Example

White with #64ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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