Html Css Color HEX #64ABDB Malibu

📋 copy color: '#64ABDB'

red 100 ◦ green 171 ◦ blue 219

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

Shades of Malibu #64ABDB

Tints of Malibu #64ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 20.41%
G = 34.9%
B = 44.69%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64ABDB (or 0x64ABDB) is known color: Malibu. HEX triplet: 64, AB and DB. RGB value is (100,171,219). Sum of RGB (Red+Green+Blue) = 100+171+219=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #64ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABDB is #9B5424. Grayscale: #9A9A9A. Windows color (decimal): -10179621 or 14396260. OLE color: 14396260.

HSL color Cylindrical-coordinate representation of color #64ABDB: hue angle of 204.2º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64ABDB is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 171 219 -
CMYK 0.54 0.22 0 0.14
HSL 204.2º 0.62% 0.63% -
HSV(B) 204.2º 0.54% 0.86% -
XYZ 32.6 36.95 72.43 -
YUV 155.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 100 171 219 0.54 0.22 0 0.14 204.2 0.62 0.63
Hex 64 AB DB 36 16 0 E CC 3E 3F
Octal 144 253 333 66 26 0 16 314 76 77
Binary 1100100 10101011 11011011 110110 10110 0 1110 11001100 111110 111111

Color Harmonies of #64ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ABDB

Black with #64ABDB

Text Example


Text Example

White with #64ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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