Html Css Color HEX #64BCDB Malibu

📋 copy color: '#64BCDB'

red 100 ◦ green 188 ◦ blue 219

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

Shades of Malibu #64BCDB

Tints of Malibu #64BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.08%

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

R = 19.72%
G = 37.08%
B = 43.2%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64BCDB (or 0x64BCDB) is known color: Malibu. HEX triplet: 64, BC and DB. RGB value is (100,188,219). Sum of RGB (Red+Green+Blue) = 100+188+219=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #64BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCDB is #9B4324. Grayscale: #A5A5A5. Windows color (decimal): -10175269 or 14400612. OLE color: 14400612.

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

Color convert

RGB 100 188 219 -
CMYK 0.54 0.14 0 0.14
HSL 195.63º 0.62% 0.63% -
HSV(B) 195.63º 0.54% 0.86% -
XYZ 36.02 43.79 73.57 -
YUV 165.22 158.35 81.48 -
System Red Green Blue C M Y K H S L
Decimal 100 188 219 0.54 0.14 0 0.14 195.63 0.62 0.63
Hex 64 BC DB 36 E 0 E C4 3E 3F
Octal 144 274 333 66 16 0 16 304 76 77
Binary 1100100 10111100 11011011 110110 1110 0 1110 11000100 111110 111111

Color Harmonies of #64BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BCDB

Black with #64BCDB

Text Example


Text Example

White with #64BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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