#64C1E7

Color #64C1E7 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #64C1E7

Tints of Malibu #64C1E7

Color information

#64C1E7 (or 0x64C1E7) is unknown color: approx Malibu. HEX triplet: 64, C1 and E7. RGB value is (100,193,231). Sum of RGB (Red+Green+Blue) = 100+193+231=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #64C1E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C1E7 is #9B3E18. Grayscale: #A9A9A9. Windows color (decimal): -10173977 or 15188324. OLE color: 15188324.

HSL color Cylindrical-coordinate representation of color #64C1E7: hue angle of 197.4º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64C1E7 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB100193231-
CMYK0.570.1600.09
HSL197.4º73.18%64.9%-
HSV(B)197.4º56.71%90.59%-
XYZ38.7546.6282.56-
YUV169.52162.6978.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.08%
GREEN value IS 193 (75.78% from 255) = 36.83%
BLUE value IS 231 (90.62% from 255) = 44.08%
R=19.08%
G=36.83%
B=44.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1001932310.570.1600.09197.473.1864.9
Hex64C1E7391009c54941
Octal1443013477120011305111101
Binary1100100110000011110011111100110000010011100010110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64C1E7;
 }
 .AnyTagClassName
 {
   color: #64C1E7;
 }
</style>
background-color css

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

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

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

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

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

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