Html Css Color HEX #64BFD6 Malibu

📋 copy color: '#64BFD6'

red 100 ◦ green 191 ◦ blue 214

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

Shades of Malibu #64BFD6

Tints of Malibu #64BFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.38%

R = 19.8%
G = 37.82%
B = 42.38%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#64BFD6 (or 0x64BFD6) is known color: Malibu. HEX triplet: 64, BF and D6. RGB value is (100,191,214). Sum of RGB (Red+Green+Blue) = 100+191+214=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 214 - color contains mainly: blue. Hex color #64BFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFD6 is #9B4029. Grayscale: #A6A6A6. Windows color (decimal): -10174506 or 14073700. OLE color: 14073700.

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

Color convert

RGB 100 191 214 -
CMYK 0.53 0.11 0 0.16
HSL 192.11º 0.58% 0.62% -
HSV(B) 192.11º 0.53% 0.84% -
XYZ 36.02 44.83 70.37 -
YUV 166.41 154.85 80.63 -
System Red Green Blue C M Y K H S L
Decimal 100 191 214 0.53 0.11 0 0.16 192.11 0.58 0.62
Hex 64 BF D6 35 B 0 10 C0 3A 3E
Octal 144 277 326 65 13 0 20 300 72 76
Binary 1100100 10111111 11010110 110101 1011 0 10000 11000000 111010 111110

Color Harmonies of #64BFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BFD6

Black with #64BFD6

Text Example


Text Example

White with #64BFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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