#64B4F7

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

Shades of Maya Blue #64B4F7

Tints of Maya Blue #64B4F7

Color information

#64B4F7 (or 0x64B4F7) is unknown color: approx Maya Blue. HEX triplet: 64, B4 and F7. RGB value is (100,180,247). Sum of RGB (Red+Green+Blue) = 100+180+247=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #64B4F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B4F7 is #9B4B08. Grayscale: #A3A3A3. Windows color (decimal): -10177289 or 16233572. OLE color: 16233572.

HSL color Cylindrical-coordinate representation of color #64B4F7: hue angle of 207.35º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64B4F7 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB100180247-
CMYK0.600.2700.03
HSL207.35º90.18%68.04%-
HSV(B)207.35º59.51%96.86%-
XYZ38.3742.0794.09-
YUV163.7217582.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.98%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 247 (96.88% from 255) = 46.87%
R=18.98%
G=34.16%
B=46.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1001802470.600.2700.03207.3590.1868.04
Hex64B4F73C1B03cf5a44
Octal144264367743303317132104
Binary11001001011010011110111111100110110111100111110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,180,247); }

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

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

 a { background-color: rgb(100,180,247); }

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

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

 span { border-color: rgb(100,180,247); }

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