Html Css Color HEX #64ADDF Malibu

📋 copy color: '#64ADDF'

red 100 ◦ green 173 ◦ blue 223

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

Shades of Malibu #64ADDF

Tints of Malibu #64ADDF

RGB

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

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

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

R = 20.16%
G = 34.88%
B = 44.96%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#64ADDF (or 0x64ADDF) is known color: Malibu. HEX triplet: 64, AD and DF. RGB value is (100,173,223). Sum of RGB (Red+Green+Blue) = 100+173+223=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #64ADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADDF is #9B5220. Grayscale: #9C9C9C. Windows color (decimal): -10179105 or 14658916. OLE color: 14658916.

HSL color Cylindrical-coordinate representation of color #64ADDF: hue angle of 204.39º 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 #64ADDF is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 173 223 -
CMYK 0.55 0.22 0 0.13
HSL 204.39º 0.66% 0.63% -
HSV(B) 204.39º 0.55% 0.87% -
XYZ 33.52 37.92 75.37 -
YUV 156.87 165.32 87.43 -
System Red Green Blue C M Y K H S L
Decimal 100 173 223 0.55 0.22 0 0.13 204.39 0.66 0.63
Hex 64 AD DF 37 16 0 D CC 42 3F
Octal 144 255 337 67 26 0 15 314 102 77
Binary 1100100 10101101 11011111 110111 10110 0 1101 11001100 1000010 111111

Color Harmonies of #64ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ADDF

Black with #64ADDF

Text Example


Text Example

White with #64ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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