Html Css Color HEX #64BFE0 Malibu

📋 copy color: '#64BFE0'

red 100 ◦ green 191 ◦ blue 224

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

Shades of Malibu #64BFE0

Tints of Malibu #64BFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.5%

R = 19.42%
G = 37.09%
B = 43.5%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#64BFE0 (or 0x64BFE0) is known color: Malibu. HEX triplet: 64, BF and E0. RGB value is (100,191,224). Sum of RGB (Red+Green+Blue) = 100+191+224=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #64BFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFE0 is #9B401F. Grayscale: #A7A7A7. Windows color (decimal): -10174496 or 14729060. OLE color: 14729060.

HSL color Cylindrical-coordinate representation of color #64BFE0: hue angle of 195.97º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64BFE0 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 191 224 -
CMYK 0.55 0.15 0 0.12
HSL 195.97º 0.67% 0.64% -
HSV(B) 195.97º 0.55% 0.88% -
XYZ 37.34 45.35 77.31 -
YUV 167.55 159.85 79.82 -
System Red Green Blue C M Y K H S L
Decimal 100 191 224 0.55 0.15 0 0.12 195.97 0.67 0.64
Hex 64 BF E0 37 F 0 C C4 43 40
Octal 144 277 340 67 17 0 14 304 103 100
Binary 1100100 10111111 11100000 110111 1111 0 1100 11000100 1000011 1000000

Color Harmonies of #64BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BFE0

Black with #64BFE0

Text Example


Text Example

White with #64BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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