#64C4F3

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

Shades of Maya Blue #64C4F3

Tints of Maya Blue #64C4F3

Color information

#64C4F3 (or 0x64C4F3) is unknown color: approx Maya Blue. HEX triplet: 64, C4 and F3. RGB value is (100,196,243). Sum of RGB (Red+Green+Blue) = 100+196+243=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #64C4F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C4F3 is #9B3B0C. Grayscale: #ACACAC. Windows color (decimal): -10173197 or 15975524. OLE color: 15975524.

HSL color Cylindrical-coordinate representation of color #64C4F3: hue angle of 199.72º degrees, saturation: 0.86, 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 #64C4F3 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB100196243-
CMYK0.590.1900.05
HSL199.72º85.63%67.25%-
HSV(B)199.72º58.85%95.29%-
XYZ41.1748.6692.02-
YUV172.65167.776.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.55%
GREEN value IS 196 (76.95% from 255) = 36.36%
BLUE value IS 243 (95.31% from 255) = 45.08%
R=18.55%
G=36.36%
B=45.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1001962430.590.1900.05199.7285.6367.25
Hex64C4F33B1305c85643
Octal144304363732305310126103
Binary110010011000100111100111110111001101011100100010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,196,243); }

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

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

 a { background-color: rgb(100,196,243); }

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

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

 span { border-color: rgb(100,196,243); }

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