#7EB7FB

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

Shades of Maya Blue #7EB7FB

Tints of Maya Blue #7EB7FB

Color information

#7EB7FB (or 0x7EB7FB) is unknown color: approx Maya Blue. HEX triplet: 7E, B7 and FB. RGB value is (126,183,251). Sum of RGB (Red+Green+Blue) = 126+183+251=560 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.5% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #7EB7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EB7FB is #814804. Grayscale: #ADADAD. Windows color (decimal): -8472581 or 16496510. OLE color: 16496510.

HSL color Cylindrical-coordinate representation of color #7EB7FB: hue angle of 212.64º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EB7FB is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126183251-
CMYK0.500.2700.02
HSL212.64º93.98%73.92%-
HSV(B)212.64º49.8%98.43%-
XYZ42.9545.2797.74-
YUV173.71171.6293.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.5%
GREEN value IS 183 (71.88% from 255) = 32.68%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=22.5%
G=32.68%
B=44.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1261832510.500.2700.02212.6493.9873.92
Hex7EB7FB321B02d55e4a
Octal176267373623302325136112
Binary11111101011011111111011110010110110101101010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,183,251); }

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

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

 a { background-color: rgb(126,183,251); }

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

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

 span { border-color: rgb(126,183,251); }

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