Html Css Color HEX #64B0DB Malibu

📋 copy color: '#64B0DB'

red 100 ◦ green 176 ◦ blue 219

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

Shades of Malibu #64B0DB

Tints of Malibu #64B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.56%

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

R = 20.2%
G = 35.56%
B = 44.24%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64B0DB (or 0x64B0DB) is known color: Malibu. HEX triplet: 64, B0 and DB. RGB value is (100,176,219). Sum of RGB (Red+Green+Blue) = 100+176+219=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #64B0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B0DB is #9B4F24. Grayscale: #9D9D9D. Windows color (decimal): -10178341 or 14397540. OLE color: 14397540.

HSL color Cylindrical-coordinate representation of color #64B0DB: hue angle of 201.68º 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 #64B0DB is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 176 219 -
CMYK 0.54 0.20 0 0.14
HSL 201.68º 0.62% 0.63% -
HSV(B) 201.68º 0.54% 0.86% -
XYZ 33.57 38.87 72.75 -
YUV 158.18 162.32 86.5 -
System Red Green Blue C M Y K H S L
Decimal 100 176 219 0.54 0.20 0 0.14 201.68 0.62 0.63
Hex 64 B0 DB 36 14 0 E CA 3E 3F
Octal 144 260 333 66 24 0 16 312 76 77
Binary 1100100 10110000 11011011 110110 10100 0 1110 11001010 111110 111111

Color Harmonies of #64B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B0DB

Black with #64B0DB

Text Example


Text Example

White with #64B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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