#7EBAFA

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

Shades of Maya Blue #7EBAFA

Tints of Maya Blue #7EBAFA

Color information

#7EBAFA (or 0x7EBAFA) is unknown color: approx Maya Blue. HEX triplet: 7E, BA and FA. RGB value is (126,186,250). Sum of RGB (Red+Green+Blue) = 126+186+250=562 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.42% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EBAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBAFA is #814505. Grayscale: #AFAFAF. Windows color (decimal): -8471814 or 16431742. OLE color: 16431742.

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

Color convert

RGB126186250-
CMYK0.500.2600.02
HSL210.97º92.54%73.73%-
HSV(B)210.97º49.6%98.04%-
XYZ43.4246.4697.12-
YUV175.36170.1292.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.42%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=22.42%
G=33.10%
B=44.48%

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
Decimal1261862500.500.2600.02210.9792.5473.73
Hex7EBAFA321A02d35d4a
Octal176272372623202323135112
Binary11111101011101011111010110010110100101101001110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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