Html Css Color HEX #64C8EF Malibu

📋 copy color: '#64C8EF'

red 100 ◦ green 200 ◦ blue 239

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

Shades of Malibu #64C8EF

Tints of Malibu #64C8EF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.11%

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

R = 18.55%
G = 37.11%
B = 44.34%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64C8EF (or 0x64C8EF) is known color: Malibu. HEX triplet: 64, C8 and EF. RGB value is (100,200,239). Sum of RGB (Red+Green+Blue) = 100+200+239=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #64C8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C8EF is #9B3710. Grayscale: #AEAEAE. Windows color (decimal): -10172177 or 15714404. OLE color: 15714404.

HSL color Cylindrical-coordinate representation of color #64C8EF: hue angle of 196.83º 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 #64C8EF is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 200 239 -
CMYK 0.58 0.16 0 0.06
HSL 196.83º 0.81% 0.66% -
HSV(B) 196.83º 0.58% 0.94% -
XYZ 41.49 50.25 89.17 -
YUV 174.55 164.37 74.83 -
System Red Green Blue C M Y K H S L
Decimal 100 200 239 0.58 0.16 0 0.06 196.83 0.81 0.66
Hex 64 C8 EF 3A 10 0 6 C5 51 42
Octal 144 310 357 72 20 0 6 305 121 102
Binary 1100100 11001000 11101111 111010 10000 0 110 11000101 1010001 1000010

Color Harmonies of #64C8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C8EF

Black with #64C8EF

Text Example


Text Example

White with #64C8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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