#7EB0FC

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

Shades of Maya Blue #7EB0FC

Tints of Maya Blue #7EB0FC

Color information

#7EB0FC (or 0x7EB0FC) is unknown color: approx Maya Blue. HEX triplet: 7E, B0 and FC. RGB value is (126,176,252). Sum of RGB (Red+Green+Blue) = 126+176+252=554 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.74% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EB0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EB0FC is #814F03. Grayscale: #A9A9A9. Windows color (decimal): -8474372 or 16560254. OLE color: 16560254.

HSL color Cylindrical-coordinate representation of color #7EB0FC: hue angle of 216.19º 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 #7EB0FC is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126176252-
CMYK0.50.3000.01
HSL216.19º95.45%74.12%-
HSV(B)216.19º50%98.82%-
XYZ41.742.5198.1-
YUV169.71174.4496.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.74%
GREEN value IS 176 (69.14% from 255) = 31.77%
BLUE value IS 252 (98.83% from 255) = 45.49%
R=22.74%
G=31.77%
B=45.49%

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
Decimal1261762520.50.3000.01216.1995.4574.12
Hex7EB0FC321E01d85f4a
Octal176260374623601330137112
Binary1111110101100001111110011001011110011101100010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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