#7EBCEA

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

Shades of Maya Blue #7EBCEA

Tints of Maya Blue #7EBCEA

Color information

#7EBCEA (or 0x7EBCEA) is unknown color: approx Maya Blue. HEX triplet: 7E, BC and EA. RGB value is (126,188,234). Sum of RGB (Red+Green+Blue) = 126+188+234=548 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.99% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #7EBCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBCEA is #814315. Grayscale: #AEAEAE. Windows color (decimal): -8471318 or 15383678. OLE color: 15383678.

HSL color Cylindrical-coordinate representation of color #7EBCEA: hue angle of 205.56º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EBCEA is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126188234-
CMYK0.460.2000.08
HSL205.56º72%70.59%-
HSV(B)205.56º46.15%91.76%-
XYZ41.4446.3484.6-
YUV174.71161.4693.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.99%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 234 (91.80% from 255) = 42.70%
R=22.99%
G=34.31%
B=42.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1261882340.460.2000.08205.567270.59
Hex7EBCEA2E1408ce4847
Octal1762743525624010316110107
Binary1111110101111001110101010111010100010001100111010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,188,234); }

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

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

 a { background-color: rgb(126,188,234); }

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

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

 span { border-color: rgb(126,188,234); }

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