Html Css Color HEX #64BADD Malibu

📋 copy color: '#64BADD'

red 100 ◦ green 186 ◦ blue 221

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

Shades of Malibu #64BADD

Tints of Malibu #64BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.69%

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

R = 19.72%
G = 36.69%
B = 43.59%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#64BADD (or 0x64BADD) is known color: Malibu. HEX triplet: 64, BA and DD. RGB value is (100,186,221). Sum of RGB (Red+Green+Blue) = 100+186+221=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #64BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BADD is #9B4522. Grayscale: #A4A4A4. Windows color (decimal): -10175779 or 14531172. OLE color: 14531172.

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

Color convert

RGB 100 186 221 -
CMYK 0.55 0.16 0 0.13
HSL 197.36º 0.64% 0.63% -
HSV(B) 197.36º 0.55% 0.87% -
XYZ 35.87 43.05 74.83 -
YUV 164.28 160.01 82.15 -
System Red Green Blue C M Y K H S L
Decimal 100 186 221 0.55 0.16 0 0.13 197.36 0.64 0.63
Hex 64 BA DD 37 10 0 D C5 40 3F
Octal 144 272 335 67 20 0 15 305 100 77
Binary 1100100 10111010 11011101 110111 10000 0 1101 11000101 1000000 111111

Color Harmonies of #64BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BADD

Black with #64BADD

Text Example


Text Example

White with #64BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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