Html Css Color HEX #64AFEF Malibu

📋 copy color: '#64AFEF'

red 100 ◦ green 175 ◦ blue 239

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

Shades of Malibu #64AFEF

Tints of Malibu #64AFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 19.46%
G = 34.05%
B = 46.5%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64AFEF (or 0x64AFEF) is known color: Malibu. HEX triplet: 64, AF and EF. RGB value is (100,175,239). Sum of RGB (Red+Green+Blue) = 100+175+239=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #64AFEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AFEF is #9B5010. Grayscale: #9F9F9F. Windows color (decimal): -10178577 or 15708004. OLE color: 15708004.

HSL color Cylindrical-coordinate representation of color #64AFEF: hue angle of 207.63º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64AFEF is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 175 239 -
CMYK 0.58 0.27 0 0.06
HSL 207.63º 0.81% 0.66% -
HSV(B) 207.63º 0.58% 0.94% -
XYZ 36.17 39.6 87.4 -
YUV 159.87 172.65 85.3 -
System Red Green Blue C M Y K H S L
Decimal 100 175 239 0.58 0.27 0 0.06 207.63 0.81 0.66
Hex 64 AF EF 3A 1B 0 6 D0 51 42
Octal 144 257 357 72 33 0 6 320 121 102
Binary 1100100 10101111 11101111 111010 11011 0 110 11010000 1010001 1000010

Color Harmonies of #64AFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFEF

Black with #64AFEF

Text Example


Text Example

White with #64AFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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