Html Css Color HEX #64AFEB Malibu

📋 copy color: '#64AFEB'

red 100 ◦ green 175 ◦ blue 235

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

Shades of Malibu #64AFEB

Tints of Malibu #64AFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.08%

R = 19.61%
G = 34.31%
B = 46.08%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64AFEB (or 0x64AFEB) is known color: Malibu. HEX triplet: 64, AF and EB. RGB value is (100,175,235). Sum of RGB (Red+Green+Blue) = 100+175+235=510 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.61% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #64AFEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AFEB is #9B5014. Grayscale: #9F9F9F. Windows color (decimal): -10178581 or 15445860. OLE color: 15445860.

HSL color Cylindrical-coordinate representation of color #64AFEB: hue angle of 206.67º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64AFEB is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 175 235 -
CMYK 0.57 0.26 0 0.08
HSL 206.67º 0.77% 0.66% -
HSV(B) 206.67º 0.57% 0.92% -
XYZ 35.58 39.37 84.32 -
YUV 159.42 170.65 85.62 -
System Red Green Blue C M Y K H S L
Decimal 100 175 235 0.57 0.26 0 0.08 206.67 0.77 0.66
Hex 64 AF EB 39 1A 0 8 CF 4D 42
Octal 144 257 353 71 32 0 10 317 115 102
Binary 1100100 10101111 11101011 111001 11010 0 1000 11001111 1001101 1000010

Color Harmonies of #64AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFEB

Black with #64AFEB

Text Example


Text Example

White with #64AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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