Html Css Color HEX #64B6DD Malibu

📋 copy color: '#64B6DD'

red 100 ◦ green 182 ◦ blue 221

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

Shades of Malibu #64B6DD

Tints of Malibu #64B6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.18%

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

R = 19.88%
G = 36.18%
B = 43.94%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#64B6DD (or 0x64B6DD) is known color: Malibu. HEX triplet: 64, B6 and DD. RGB value is (100,182,221). Sum of RGB (Red+Green+Blue) = 100+182+221=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #64B6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B6DD is #9B4922. Grayscale: #A1A1A1. Windows color (decimal): -10176803 or 14530148. OLE color: 14530148.

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

Color convert

RGB 100 182 221 -
CMYK 0.55 0.18 0 0.13
HSL 199.34º 0.64% 0.63% -
HSV(B) 199.34º 0.55% 0.87% -
XYZ 35.03 41.39 74.55 -
YUV 161.93 161.33 83.83 -
System Red Green Blue C M Y K H S L
Decimal 100 182 221 0.55 0.18 0 0.13 199.34 0.64 0.63
Hex 64 B6 DD 37 12 0 D C7 40 3F
Octal 144 266 335 67 22 0 15 307 100 77
Binary 1100100 10110110 11011101 110111 10010 0 1101 11000111 1000000 111111

Color Harmonies of #64B6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B6DD

Black with #64B6DD

Text Example


Text Example

White with #64B6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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