Html Css Color HEX #64AEED Malibu

📋 copy color: '#64AEED'

red 100 ◦ green 174 ◦ blue 237

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

Shades of Malibu #64AEED

Tints of Malibu #64AEED

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.05%

 BLUE value IS 237 (92.97% from 255) = 46.38%

R = 19.57%
G = 34.05%
B = 46.38%

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

#64AEED (or 0x64AEED) is known color: Malibu. HEX triplet: 64, AE and ED. RGB value is (100,174,237). Sum of RGB (Red+Green+Blue) = 100+174+237=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #64AEED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AEED is #9B5112. Grayscale: #9E9E9E. Windows color (decimal): -10178835 or 15576676. OLE color: 15576676.

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

Color convert

RGB 100 174 237 -
CMYK 0.58 0.27 0 0.07
HSL 207.59º 0.79% 0.66% -
HSV(B) 207.59º 0.58% 0.93% -
XYZ 35.68 39.1 85.79 -
YUV 159.06 171.98 85.88 -
System Red Green Blue C M Y K H S L
Decimal 100 174 237 0.58 0.27 0 0.07 207.59 0.79 0.66
Hex 64 AE ED 3A 1B 0 7 D0 4F 42
Octal 144 256 355 72 33 0 7 320 117 102
Binary 1100100 10101110 11101101 111010 11011 0 111 11010000 1001111 1000010

Color Harmonies of #64AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AEED

Black with #64AEED

Text Example


Text Example

White with #64AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,174,237); }

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

background-color css

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

 a { background-color: rgb(100,174,237); }

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

border-color css

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

 span { border-color: rgb(100,174,237); }

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