Html Css Color HEX #64BEDB Malibu

📋 copy color: '#64BEDB'

red 100 ◦ green 190 ◦ blue 219

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

Shades of Malibu #64BEDB

Tints of Malibu #64BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.33%

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

R = 19.65%
G = 37.33%
B = 43.03%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64BEDB (or 0x64BEDB) is known color: Malibu. HEX triplet: 64, BE and DB. RGB value is (100,190,219). Sum of RGB (Red+Green+Blue) = 100+190+219=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #64BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BEDB is #9B4124. Grayscale: #A6A6A6. Windows color (decimal): -10174757 or 14401124. OLE color: 14401124.

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

Color convert

RGB 100 190 219 -
CMYK 0.54 0.13 0 0.14
HSL 194.62º 0.62% 0.63% -
HSV(B) 194.62º 0.54% 0.86% -
XYZ 36.46 44.65 73.71 -
YUV 166.4 157.68 80.64 -
System Red Green Blue C M Y K H S L
Decimal 100 190 219 0.54 0.13 0 0.14 194.62 0.62 0.63
Hex 64 BE DB 36 D 0 E C3 3E 3F
Octal 144 276 333 66 15 0 16 303 76 77
Binary 1100100 10111110 11011011 110110 1101 0 1110 11000011 111110 111111

Color Harmonies of #64BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BEDB

Black with #64BEDB

Text Example


Text Example

White with #64BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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