Html Css Color HEX #64ADF0 Malibu

📋 copy color: '#64ADF0'

red 100 ◦ green 173 ◦ blue 240

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

Shades of Malibu #64ADF0

Tints of Malibu #64ADF0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.72%

 BLUE value IS 240 (94.14% from 255) = 46.78%

R = 19.49%
G = 33.72%
B = 46.78%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64ADF0 (or 0x64ADF0) is known color: Malibu. HEX triplet: 64, AD and F0. RGB value is (100,173,240). Sum of RGB (Red+Green+Blue) = 100+173+240=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #64ADF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ADF0 is #9B520F. Grayscale: #9E9E9E. Windows color (decimal): -10179088 or 15773028. OLE color: 15773028.

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

Color convert

RGB 100 173 240 -
CMYK 0.58 0.28 0 0.06
HSL 208.71º 0.82% 0.67% -
HSV(B) 208.71º 0.58% 0.94% -
XYZ 35.93 38.89 88.05 -
YUV 158.81 173.82 86.05 -
System Red Green Blue C M Y K H S L
Decimal 100 173 240 0.58 0.28 0 0.06 208.71 0.82 0.67
Hex 64 AD F0 3A 1C 0 6 D1 52 43
Octal 144 255 360 72 34 0 6 321 122 103
Binary 1100100 10101101 11110000 111010 11100 0 110 11010001 1010010 1000011

Color Harmonies of #64ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ADF0

Black with #64ADF0

Text Example


Text Example

White with #64ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,173,240); }

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

background-color css

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

 a { background-color: rgb(100,173,240); }

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

border-color css

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

 span { border-color: rgb(100,173,240); }

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