Html Css Color HEX #64C0EF Malibu

📋 copy color: '#64C0EF'

red 100 ◦ green 192 ◦ blue 239

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

Shades of Malibu #64C0EF

Tints of Malibu #64C0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.16%

 BLUE value IS 239 (93.75% from 255) = 45.01%

R = 18.83%
G = 36.16%
B = 45.01%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64C0EF (or 0x64C0EF) is known color: Malibu. HEX triplet: 64, C0 and EF. RGB value is (100,192,239). Sum of RGB (Red+Green+Blue) = 100+192+239=531 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.83% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #64C0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C0EF is #9B3F10. Grayscale: #A9A9A9. Windows color (decimal): -10174225 or 15712356. OLE color: 15712356.

HSL color Cylindrical-coordinate representation of color #64C0EF: hue angle of 200.29º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64C0EF is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 192 239 -
CMYK 0.58 0.20 0 0.06
HSL 200.29º 0.81% 0.66% -
HSV(B) 200.29º 0.58% 0.94% -
XYZ 39.69 46.64 88.57 -
YUV 169.85 167.02 78.18 -
System Red Green Blue C M Y K H S L
Decimal 100 192 239 0.58 0.20 0 0.06 200.29 0.81 0.66
Hex 64 C0 EF 3A 14 0 6 C8 51 42
Octal 144 300 357 72 24 0 6 310 121 102
Binary 1100100 11000000 11101111 111010 10100 0 110 11001000 1010001 1000010

Color Harmonies of #64C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C0EF

Black with #64C0EF

Text Example


Text Example

White with #64C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,192,239); }

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

background-color css

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

 a { background-color: rgb(100,192,239); }

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

border-color css

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

 span { border-color: rgb(100,192,239); }

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