Html Css Color HEX #64BFD4 Malibu

📋 copy color: '#64BFD4'

red 100 ◦ green 191 ◦ blue 212

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

Shades of Malibu #64BFD4

Tints of Malibu #64BFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.15%

R = 19.88%
G = 37.97%
B = 42.15%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#64BFD4 (or 0x64BFD4) is known color: Malibu. HEX triplet: 64, BF and D4. RGB value is (100,191,212). Sum of RGB (Red+Green+Blue) = 100+191+212=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #64BFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFD4 is #9B402B. Grayscale: #A6A6A6. Windows color (decimal): -10174508 or 13942628. OLE color: 13942628.

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

Color convert

RGB 100 191 212 -
CMYK 0.53 0.10 0 0.17
HSL 191.25º 0.57% 0.61% -
HSV(B) 191.25º 0.53% 0.83% -
XYZ 35.77 44.72 69.03 -
YUV 166.19 153.85 80.79 -
System Red Green Blue C M Y K H S L
Decimal 100 191 212 0.53 0.10 0 0.17 191.25 0.57 0.61
Hex 64 BF D4 35 A 0 11 BF 39 3D
Octal 144 277 324 65 12 0 21 277 71 75
Binary 1100100 10111111 11010100 110101 1010 0 10001 10111111 111001 111101

Color Harmonies of #64BFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BFD4

Black with #64BFD4

Text Example


Text Example

White with #64BFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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