#64C7F4

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

Shades of Maya Blue #64C7F4

Tints of Maya Blue #64C7F4

Color information

#64C7F4 (or 0x64C7F4) is unknown color: approx Maya Blue. HEX triplet: 64, C7 and F4. RGB value is (100,199,244). Sum of RGB (Red+Green+Blue) = 100+199+244=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #64C7F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C7F4 is #9B380B. Grayscale: #AEAEAE. Windows color (decimal): -10172428 or 16041828. OLE color: 16041828.

HSL color Cylindrical-coordinate representation of color #64C7F4: hue angle of 198.75º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64C7F4 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB100199244-
CMYK0.590.1800.04
HSL198.75º86.75%67.45%-
HSV(B)198.75º59.02%95.69%-
XYZ42.0150.0993.04-
YUV174.53167.274.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.42%
GREEN value IS 199 (78.12% from 255) = 36.65%
BLUE value IS 244 (95.70% from 255) = 44.94%
R=18.42%
G=36.65%
B=44.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1001992440.590.1800.04198.7586.7567.45
Hex64C7F43B1204c75743
Octal144307364732204307127103
Binary110010011000111111101001110111001001001100011110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C7F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,199,244); }

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

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

 a { background-color: rgb(100,199,244); }

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

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

 span { border-color: rgb(100,199,244); }

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