Html Css Color HEX #64ACDA Malibu

📋 copy color: '#64ACDA'

red 100 ◦ green 172 ◦ blue 218

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

Shades of Malibu #64ACDA

Tints of Malibu #64ACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.1%

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 20.41%
G = 35.1%
B = 44.49%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#64ACDA (or 0x64ACDA) is known color: Malibu. HEX triplet: 64, AC and DA. RGB value is (100,172,218). Sum of RGB (Red+Green+Blue) = 100+172+218=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #64ACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACDA is #9B5325. Grayscale: #9B9B9B. Windows color (decimal): -10179366 or 14330980. OLE color: 14330980.

HSL color Cylindrical-coordinate representation of color #64ACDA: hue angle of 203.39º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64ACDA is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 172 218 -
CMYK 0.54 0.21 0 0.15
HSL 203.39º 0.61% 0.62% -
HSV(B) 203.39º 0.54% 0.85% -
XYZ 32.66 37.28 71.8 -
YUV 155.72 163.15 88.26 -
System Red Green Blue C M Y K H S L
Decimal 100 172 218 0.54 0.21 0 0.15 203.39 0.61 0.62
Hex 64 AC DA 36 15 0 F CB 3D 3E
Octal 144 254 332 66 25 0 17 313 75 76
Binary 1100100 10101100 11011010 110110 10101 0 1111 11001011 111101 111110

Color Harmonies of #64ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ACDA

Black with #64ACDA

Text Example


Text Example

White with #64ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,172,218); }

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

background-color css

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

 a { background-color: rgb(100,172,218); }

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

border-color css

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

 span { border-color: rgb(100,172,218); }

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