#7EB8FA

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

Shades of Maya Blue #7EB8FA

Tints of Maya Blue #7EB8FA

Color information

#7EB8FA (or 0x7EB8FA) is unknown color: approx Maya Blue. HEX triplet: 7E, B8 and FA. RGB value is (126,184,250). Sum of RGB (Red+Green+Blue) = 126+184+250=560 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.5% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EB8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EB8FA is #814705. Grayscale: #ADADAD. Windows color (decimal): -8472326 or 16431230. OLE color: 16431230.

HSL color Cylindrical-coordinate representation of color #7EB8FA: hue angle of 211.94º degrees, saturation: 0.93, 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 #7EB8FA is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126184250-
CMYK0.500.2600.02
HSL211.94º92.54%73.73%-
HSV(B)211.94º49.6%98.04%-
XYZ4345.6296.98-
YUV174.18170.7893.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.5%
GREEN value IS 184 (72.27% from 255) = 32.86%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=22.5%
G=32.86%
B=44.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1261842500.500.2600.02211.9492.5473.73
Hex7EB8FA321A02d45d4a
Octal176270372623202324135112
Binary11111101011100011111010110010110100101101010010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,184,250); }

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

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

 a { background-color: rgb(126,184,250); }

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

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

 span { border-color: rgb(126,184,250); }

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