Html Css Color HEX #64BEDD Malibu

📋 copy color: '#64BEDD'

red 100 ◦ green 190 ◦ blue 221

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

Shades of Malibu #64BEDD

Tints of Malibu #64BEDD

RGB

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

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

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

R = 19.57%
G = 37.18%
B = 43.25%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#64BEDD (or 0x64BEDD) is known color: Malibu. HEX triplet: 64, BE and DD. RGB value is (100,190,221). Sum of RGB (Red+Green+Blue) = 100+190+221=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #64BEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BEDD is #9B4122. Grayscale: #A6A6A6. Windows color (decimal): -10174755 or 14532196. OLE color: 14532196.

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

Color convert

RGB 100 190 221 -
CMYK 0.55 0.14 0 0.13
HSL 195.37º 0.64% 0.63% -
HSV(B) 195.37º 0.55% 0.87% -
XYZ 36.72 44.76 75.11 -
YUV 166.62 158.68 80.48 -
System Red Green Blue C M Y K H S L
Decimal 100 190 221 0.55 0.14 0 0.13 195.37 0.64 0.63
Hex 64 BE DD 37 E 0 D C3 40 3F
Octal 144 276 335 67 16 0 15 303 100 77
Binary 1100100 10111110 11011101 110111 1110 0 1101 11000011 1000000 111111

Color Harmonies of #64BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BEDD

Black with #64BEDD

Text Example


Text Example

White with #64BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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