Html Css Color HEX #64AFEA Malibu

📋 copy color: '#64AFEA'

red 100 ◦ green 175 ◦ blue 234

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

Shades of Malibu #64AFEA

Tints of Malibu #64AFEA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.38%

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

R = 19.65%
G = 34.38%
B = 45.97%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64AFEA (or 0x64AFEA) is known color: Malibu. HEX triplet: 64, AF and EA. RGB value is (100,175,234). Sum of RGB (Red+Green+Blue) = 100+175+234=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #64AFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AFEA is #9B5015. Grayscale: #9E9E9E. Windows color (decimal): -10178582 or 15380324. OLE color: 15380324.

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

Color convert

RGB 100 175 234 -
CMYK 0.57 0.25 0 0.08
HSL 206.42º 0.76% 0.65% -
HSV(B) 206.42º 0.57% 0.92% -
XYZ 35.44 39.31 83.56 -
YUV 159.3 170.15 85.7 -
System Red Green Blue C M Y K H S L
Decimal 100 175 234 0.57 0.25 0 0.08 206.42 0.76 0.65
Hex 64 AF EA 39 19 0 8 CE 4C 41
Octal 144 257 352 71 31 0 10 316 114 101
Binary 1100100 10101111 11101010 111001 11001 0 1000 11001110 1001100 1000001

Color Harmonies of #64AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFEA

Black with #64AFEA

Text Example


Text Example

White with #64AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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