Html Css Color HEX #64ABDD Malibu

📋 copy color: '#64ABDD'

red 100 ◦ green 171 ◦ blue 221

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

Shades of Malibu #64ABDD

Tints of Malibu #64ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.76%

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 20.33%
G = 34.76%
B = 44.92%

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

#64ABDD (or 0x64ABDD) is known color: Malibu. HEX triplet: 64, AB and DD. RGB value is (100,171,221). Sum of RGB (Red+Green+Blue) = 100+171+221=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #64ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABDD is #9B5422. Grayscale: #9B9B9B. Windows color (decimal): -10179619 or 14527332. OLE color: 14527332.

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

Color convert

RGB 100 171 221 -
CMYK 0.55 0.23 0 0.13
HSL 204.79º 0.64% 0.63% -
HSV(B) 204.79º 0.55% 0.87% -
XYZ 32.87 37.06 73.83 -
YUV 155.47 164.98 88.43 -
System Red Green Blue C M Y K H S L
Decimal 100 171 221 0.55 0.23 0 0.13 204.79 0.64 0.63
Hex 64 AB DD 37 17 0 D CD 40 3F
Octal 144 253 335 67 27 0 15 315 100 77
Binary 1100100 10101011 11011101 110111 10111 0 1101 11001101 1000000 111111

Color Harmonies of #64ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ABDD

Black with #64ABDD

Text Example


Text Example

White with #64ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,171,221); }

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

background-color css

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

 a { background-color: rgb(100,171,221); }

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

border-color css

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

 span { border-color: rgb(100,171,221); }

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