#64B9F8

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

Shades of Maya Blue #64B9F8

Tints of Maya Blue #64B9F8

Color information

#64B9F8 (or 0x64B9F8) is unknown color: approx Maya Blue. HEX triplet: 64, B9 and F8. RGB value is (100,185,248). Sum of RGB (Red+Green+Blue) = 100+185+248=533 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.76% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #64B9F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B9F8 is #9B4607. Grayscale: #A6A6A6. Windows color (decimal): -10176008 or 16300388. OLE color: 16300388.

HSL color Cylindrical-coordinate representation of color #64B9F8: hue angle of 205.54º degrees, saturation: 0.91, 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 #64B9F8 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB100185248-
CMYK0.600.2500.03
HSL205.54º91.36%68.24%-
HSV(B)205.54º59.68%97.25%-
XYZ39.5544.1895.25-
YUV166.77173.8480.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.76%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 248 (97.27% from 255) = 46.53%
R=18.76%
G=34.71%
B=46.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1001852480.600.2500.03205.5491.3668.24
Hex64B9F83C1903ce5b44
Octal144271370743103316133104
Binary11001001011100111111000111100110010111100111010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,185,248); }

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

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

 a { background-color: rgb(100,185,248); }

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

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

 span { border-color: rgb(100,185,248); }

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