#7EACFE

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

Shades of Maya Blue #7EACFE

Tints of Maya Blue #7EACFE

Color information

#7EACFE (or 0x7EACFE) is unknown color: approx Maya Blue. HEX triplet: 7E, AC and FE. RGB value is (126,172,254). Sum of RGB (Red+Green+Blue) = 126+172+254=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EACFE is #815301. Grayscale: #A7A7A7. Windows color (decimal): -8475394 or 16690302. OLE color: 16690302.

HSL color Cylindrical-coordinate representation of color #7EACFE: hue angle of 218.44º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EACFE is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB126172254-
CMYK0.500.3200.00
HSL218.44º98.46%74.51%-
HSV(B)218.44º50.39%99.61%-
XYZ41.2541.199.52-
YUV167.59176.7698.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.83%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=22.83%
G=31.16%
B=46.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1261722540.500.3200.00218.4498.4674.51
Hex7EACFE322000da624b
Octal176254376624000332142113
Binary11111101010110011111110110010100000001101101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,172,254); }

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

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

 a { background-color: rgb(126,172,254); }

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

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

 span { border-color: rgb(126,172,254); }

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