Html Css Color HEX #64C9EF Malibu

📋 copy color: '#64C9EF'

red 100 ◦ green 201 ◦ blue 239

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

Shades of Malibu #64C9EF

Tints of Malibu #64C9EF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.22%

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

R = 18.52%
G = 37.22%
B = 44.26%

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

#64C9EF (or 0x64C9EF) is known color: Malibu. HEX triplet: 64, C9 and EF. RGB value is (100,201,239). Sum of RGB (Red+Green+Blue) = 100+201+239=540 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.52% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #64C9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C9EF is #9B3610. Grayscale: #AEAEAE. Windows color (decimal): -10171921 or 15714660. OLE color: 15714660.

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

Color convert

RGB 100 201 239 -
CMYK 0.58 0.16 0 0.06
HSL 196.4º 0.81% 0.66% -
HSV(B) 196.4º 0.58% 0.94% -
XYZ 41.72 50.71 89.25 -
YUV 175.13 164.04 74.41 -
System Red Green Blue C M Y K H S L
Decimal 100 201 239 0.58 0.16 0 0.06 196.4 0.81 0.66
Hex 64 C9 EF 3A 10 0 6 C4 51 42
Octal 144 311 357 72 20 0 6 304 121 102
Binary 1100100 11001001 11101111 111010 10000 0 110 11000100 1010001 1000010

Color Harmonies of #64C9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C9EF

Black with #64C9EF

Text Example


Text Example

White with #64C9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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