Html Css Color HEX #64BFDA Malibu

📋 copy color: '#64BFDA'

red 100 ◦ green 191 ◦ blue 218

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

Shades of Malibu #64BFDA

Tints of Malibu #64BFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 19.65%
G = 37.52%
B = 42.83%

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

#64BFDA (or 0x64BFDA) is known color: Malibu. HEX triplet: 64, BF and DA. RGB value is (100,191,218). Sum of RGB (Red+Green+Blue) = 100+191+218=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #64BFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFDA is #9B4025. Grayscale: #A6A6A6. Windows color (decimal): -10174502 or 14335844. OLE color: 14335844.

HSL color Cylindrical-coordinate representation of color #64BFDA: hue angle of 193.73º 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 #64BFDA is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 191 218 -
CMYK 0.54 0.12 0 0.15
HSL 193.73º 0.61% 0.62% -
HSV(B) 193.73º 0.54% 0.85% -
XYZ 36.54 45.03 73.1 -
YUV 166.87 156.85 80.3 -
System Red Green Blue C M Y K H S L
Decimal 100 191 218 0.54 0.12 0 0.15 193.73 0.61 0.62
Hex 64 BF DA 36 C 0 F C2 3D 3E
Octal 144 277 332 66 14 0 17 302 75 76
Binary 1100100 10111111 11011010 110110 1100 0 1111 11000010 111101 111110

Color Harmonies of #64BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BFDA

Black with #64BFDA

Text Example


Text Example

White with #64BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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