Html Css Color HEX #64AFE4 Malibu

📋 copy color: '#64AFE4'

red 100 ◦ green 175 ◦ blue 228

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

Shades of Malibu #64AFE4

Tints of Malibu #64AFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.33%

R = 19.88%
G = 34.79%
B = 45.33%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#64AFE4 (or 0x64AFE4) is known color: Malibu. HEX triplet: 64, AF and E4. RGB value is (100,175,228). Sum of RGB (Red+Green+Blue) = 100+175+228=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 228 (89.45% from 255 or 45.33% from 503); Max value from RGB is 228 - color contains mainly: blue. Hex color #64AFE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFE4 is #9B501B. Grayscale: #9E9E9E. Windows color (decimal): -10178588 or 14987108. OLE color: 14987108.

HSL color Cylindrical-coordinate representation of color #64AFE4: hue angle of 204.84º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64AFE4 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 175 228 -
CMYK 0.56 0.23 0 0.11
HSL 204.84º 0.7% 0.64% -
HSV(B) 204.84º 0.56% 0.89% -
XYZ 34.59 38.97 79.1 -
YUV 158.62 167.15 86.19 -
System Red Green Blue C M Y K H S L
Decimal 100 175 228 0.56 0.23 0 0.11 204.84 0.7 0.64
Hex 64 AF E4 38 17 0 B CD 46 40
Octal 144 257 344 70 27 0 13 315 106 100
Binary 1100100 10101111 11100100 111000 10111 0 1011 11001101 1000110 1000000

Color Harmonies of #64AFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFE4

Black with #64AFE4

Text Example


Text Example

White with #64AFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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