#7EB1FC

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

Shades of Maya Blue #7EB1FC

Tints of Maya Blue #7EB1FC

Color information

#7EB1FC (or 0x7EB1FC) is unknown color: approx Maya Blue. HEX triplet: 7E, B1 and FC. RGB value is (126,177,252). Sum of RGB (Red+Green+Blue) = 126+177+252=555 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.70% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EB1FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EB1FC is #814E03. Grayscale: #A9A9A9. Windows color (decimal): -8474116 or 16560510. OLE color: 16560510.

HSL color Cylindrical-coordinate representation of color #7EB1FC: hue angle of 215.71º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EB1FC is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126177252-
CMYK0.50.3000.01
HSL215.71º95.45%74.12%-
HSV(B)215.71º50%98.82%-
XYZ41.942.9198.17-
YUV170.3174.196.4-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.70%
GREEN value IS 177 (69.53% from 255) = 31.89%
BLUE value IS 252 (98.83% from 255) = 45.41%
R=22.70%
G=31.89%
B=45.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261772520.50.3000.01215.7195.4574.12
Hex7EB1FC321E01d85f4a
Octal176261374623601330137112
Binary1111110101100011111110011001011110011101100010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EB1FC; }

 p { color: rgb(126,177,252); }

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

<style>
 a { background-color: #7EB1FC; }

 a { background-color: rgb(126,177,252); }

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

<style>
 span { border-color: #7EB1FC; }

 span { border-color: rgb(126,177,252); }

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