#64BCFA

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

Shades of Maya Blue #64BCFA

Tints of Maya Blue #64BCFA

Color information

#64BCFA (or 0x64BCFA) is unknown color: approx Maya Blue. HEX triplet: 64, BC and FA. RGB value is (100,188,250). Sum of RGB (Red+Green+Blue) = 100+188+250=538 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.59% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #64BCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BCFA is #9B4305. Grayscale: #A8A8A8. Windows color (decimal): -10175238 or 16432228. OLE color: 16432228.

HSL color Cylindrical-coordinate representation of color #64BCFA: hue angle of 204.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64BCFA is Cyan = 0.6, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB100188250-
CMYK0.60.2500.02
HSL204.8º93.75%68.63%-
HSV(B)204.8º60%98.04%-
XYZ40.4945.5897.11-
YUV168.76173.8578.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.59%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 250 (98.05% from 255) = 46.47%
R=18.59%
G=34.94%
B=46.47%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1001882500.60.2500.02204.893.7568.63
Hex64BCFA3C1902cd5e45
Octal144274372743102315136105
Binary11001001011110011111010111100110010101100110110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,188,250); }

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

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

 a { background-color: rgb(100,188,250); }

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

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

 span { border-color: rgb(100,188,250); }

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