#64B0F9

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

Shades of Maya Blue #64B0F9

Tints of Maya Blue #64B0F9

Color information

#64B0F9 (or 0x64B0F9) is unknown color: approx Maya Blue. HEX triplet: 64, B0 and F9. RGB value is (100,176,249). Sum of RGB (Red+Green+Blue) = 100+176+249=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #64B0F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64B0F9 is #9B4F06. Grayscale: #A1A1A1. Windows color (decimal): -10178311 or 16363620. OLE color: 16363620.

HSL color Cylindrical-coordinate representation of color #64B0F9: hue angle of 209.4º 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 #64B0F9 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB100176249-
CMYK0.600.2900.02
HSL209.4º92.55%68.43%-
HSV(B)209.4º59.84%97.65%-
XYZ37.8840.695.46-
YUV161.6177.3284.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.05%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 249 (97.66% from 255) = 47.43%
R=19.05%
G=33.52%
B=47.43%

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
Decimal1001762490.600.2900.02209.492.5568.43
Hex64B0F93C1D02d15d44
Octal144260371743502321135104
Binary11001001011000011111001111100111010101101000110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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