#64B1F9

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

Shades of Maya Blue #64B1F9

Tints of Maya Blue #64B1F9

Color information

#64B1F9 (or 0x64B1F9) is unknown color: approx Maya Blue. HEX triplet: 64, B1 and F9. RGB value is (100,177,249). Sum of RGB (Red+Green+Blue) = 100+177+249=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #64B1F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64B1F9 is #9B4E06. Grayscale: #A1A1A1. Windows color (decimal): -10178055 or 16363876. OLE color: 16363876.

HSL color Cylindrical-coordinate representation of color #64B1F9: hue angle of 208.99º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64B1F9 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB100177249-
CMYK0.600.2900.02
HSL208.99º92.55%68.43%-
HSV(B)208.99º59.84%97.65%-
XYZ38.0840.9995.53-
YUV162.18176.9983.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.01%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 249 (97.66% from 255) = 47.34%
R=19.01%
G=33.65%
B=47.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1001772490.600.2900.02208.9992.5568.43
Hex64B1F93C1D02d15d44
Octal144261371743502321135104
Binary11001001011000111111001111100111010101101000110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,177,249); }

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

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

 a { background-color: rgb(100,177,249); }

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

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

 span { border-color: rgb(100,177,249); }

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