#7EBAF1

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

Shades of Maya Blue #7EBAF1

Tints of Maya Blue #7EBAF1

Color information

#7EBAF1 (or 0x7EBAF1) is unknown color: approx Maya Blue. HEX triplet: 7E, BA and F1. RGB value is (126,186,241). Sum of RGB (Red+Green+Blue) = 126+186+241=553 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.78% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #7EBAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBAF1 is #81450E. Grayscale: #AEAEAE. Windows color (decimal): -8471823 or 15841918. OLE color: 15841918.

HSL color Cylindrical-coordinate representation of color #7EBAF1: hue angle of 208.7º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EBAF1 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126186241-
CMYK0.480.2300.05
HSL208.7º80.42%71.96%-
HSV(B)208.7º47.72%94.51%-
XYZ42.0445.989.86-
YUV174.33165.6293.53-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.78%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=22.78%
G=33.63%
B=43.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1261862410.480.2300.05208.780.4271.96
Hex7EBAF1301705d15048
Octal176272361602705321120110
Binary111111010111010111100011100001011101011101000110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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