Html Css Color HEX #64BFD9 Malibu

📋 copy color: '#64BFD9'

red 100 ◦ green 191 ◦ blue 217

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

Shades of Malibu #64BFD9

Tints of Malibu #64BFD9

RGB

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

 GREEN value IS 191 (75% from 255) = 37.6%

 BLUE value IS 217 (85.16% from 255) = 42.72%

R = 19.69%
G = 37.6%
B = 42.72%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#64BFD9 (or 0x64BFD9) is known color: Malibu. HEX triplet: 64, BF and D9. RGB value is (100,191,217). Sum of RGB (Red+Green+Blue) = 100+191+217=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #64BFD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFD9 is #9B4026. Grayscale: #A6A6A6. Windows color (decimal): -10174503 or 14270308. OLE color: 14270308.

HSL color Cylindrical-coordinate representation of color #64BFD9: hue angle of 193.33º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64BFD9 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 191 217 -
CMYK 0.54 0.12 0 0.15
HSL 193.33º 0.61% 0.62% -
HSV(B) 193.33º 0.54% 0.85% -
XYZ 36.41 44.98 72.41 -
YUV 166.76 156.35 80.39 -
System Red Green Blue C M Y K H S L
Decimal 100 191 217 0.54 0.12 0 0.15 193.33 0.61 0.62
Hex 64 BF D9 36 C 0 F C1 3D 3E
Octal 144 277 331 66 14 0 17 301 75 76
Binary 1100100 10111111 11011001 110110 1100 0 1111 11000001 111101 111110

Color Harmonies of #64BFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BFD9

Black with #64BFD9

Text Example


Text Example

White with #64BFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,191,217); }

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

background-color css

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

 a { background-color: rgb(100,191,217); }

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

border-color css

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

 span { border-color: rgb(100,191,217); }

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