Html Css Color HEX #64ACDF Malibu

📋 copy color: '#64ACDF'

red 100 ◦ green 172 ◦ blue 223

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

Shades of Malibu #64ACDF

Tints of Malibu #64ACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 20.2%
G = 34.75%
B = 45.05%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#64ACDF (or 0x64ACDF) is known color: Malibu. HEX triplet: 64, AC and DF. RGB value is (100,172,223). Sum of RGB (Red+Green+Blue) = 100+172+223=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #64ACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACDF is #9B5320. Grayscale: #9C9C9C. Windows color (decimal): -10179361 or 14658660. OLE color: 14658660.

HSL color Cylindrical-coordinate representation of color #64ACDF: hue angle of 204.88º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64ACDF is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 172 223 -
CMYK 0.55 0.23 0 0.13
HSL 204.88º 0.66% 0.63% -
HSV(B) 204.88º 0.55% 0.87% -
XYZ 33.33 37.54 75.3 -
YUV 156.29 165.65 87.85 -
System Red Green Blue C M Y K H S L
Decimal 100 172 223 0.55 0.23 0 0.13 204.88 0.66 0.63
Hex 64 AC DF 37 17 0 D CD 42 3F
Octal 144 254 337 67 27 0 15 315 102 77
Binary 1100100 10101100 11011111 110111 10111 0 1101 11001101 1000010 111111

Color Harmonies of #64ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ACDF

Black with #64ACDF

Text Example


Text Example

White with #64ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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