#64C0F1

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

Shades of Malibu #64C0F1

Tints of Malibu #64C0F1

Color information

#64C0F1 (or 0x64C0F1) is unknown color: approx Malibu. HEX triplet: 64, C0 and F1. RGB value is (100,192,241). Sum of RGB (Red+Green+Blue) = 100+192+241=533 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.76% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #64C0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C0F1 is #9B3F0E. Grayscale: #A9A9A9. Windows color (decimal): -10174223 or 15843428. OLE color: 15843428.

HSL color Cylindrical-coordinate representation of color #64C0F1: hue angle of 200.85º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64C0F1 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB100192241-
CMYK0.590.2000.05
HSL200.85º83.43%66.86%-
HSV(B)200.85º58.51%94.51%-
XYZ39.9846.7690.14-
YUV170.08168.0278.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.76%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 241 (94.53% from 255) = 45.22%
R=18.76%
G=36.02%
B=45.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1001922410.590.2000.05200.8583.4366.86
Hex64C0F13B1405c95343
Octal144300361732405311123103
Binary110010011000000111100011110111010001011100100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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