Html Css Color HEX #64BFD5 Malibu

📋 copy color: '#64BFD5'

red 100 ◦ green 191 ◦ blue 213

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

Shades of Malibu #64BFD5

Tints of Malibu #64BFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.26%

R = 19.84%
G = 37.9%
B = 42.26%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#64BFD5 (or 0x64BFD5) is known color: Malibu. HEX triplet: 64, BF and D5. RGB value is (100,191,213). Sum of RGB (Red+Green+Blue) = 100+191+213=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #64BFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFD5 is #9B402A. Grayscale: #A6A6A6. Windows color (decimal): -10174507 or 14008164. OLE color: 14008164.

HSL color Cylindrical-coordinate representation of color #64BFD5: hue angle of 191.68º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64BFD5 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 191 213 -
CMYK 0.53 0.10 0 0.16
HSL 191.68º 0.57% 0.61% -
HSV(B) 191.68º 0.53% 0.84% -
XYZ 35.9 44.78 69.7 -
YUV 166.3 154.35 80.71 -
System Red Green Blue C M Y K H S L
Decimal 100 191 213 0.53 0.10 0 0.16 191.68 0.57 0.61
Hex 64 BF D5 35 A 0 10 C0 39 3D
Octal 144 277 325 65 12 0 20 300 71 75
Binary 1100100 10111111 11010101 110101 1010 0 10000 11000000 111001 111101

Color Harmonies of #64BFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BFD5

Black with #64BFD5

Text Example


Text Example

White with #64BFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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