Html Css Color HEX #64C1EF Malibu

📋 copy color: '#64C1EF'

red 100 ◦ green 193 ◦ blue 239

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

Shades of Malibu #64C1EF

Tints of Malibu #64C1EF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.28%

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

R = 18.8%
G = 36.28%
B = 44.92%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64C1EF (or 0x64C1EF) is known color: Malibu. HEX triplet: 64, C1 and EF. RGB value is (100,193,239). Sum of RGB (Red+Green+Blue) = 100+193+239=532 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.80% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #64C1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C1EF is #9B3E10. Grayscale: #AAAAAA. Windows color (decimal): -10173969 or 15712612. OLE color: 15712612.

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

Color convert

RGB 100 193 239 -
CMYK 0.58 0.19 0 0.06
HSL 199.86º 0.81% 0.66% -
HSV(B) 199.86º 0.58% 0.94% -
XYZ 39.91 47.08 88.65 -
YUV 170.44 166.69 77.76 -
System Red Green Blue C M Y K H S L
Decimal 100 193 239 0.58 0.19 0 0.06 199.86 0.81 0.66
Hex 64 C1 EF 3A 13 0 6 C8 51 42
Octal 144 301 357 72 23 0 6 310 121 102
Binary 1100100 11000001 11101111 111010 10011 0 110 11001000 1010001 1000010

Color Harmonies of #64C1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C1EF

Black with #64C1EF

Text Example


Text Example

White with #64C1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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