#7EB1FE

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

Shades of Maya Blue #7EB1FE

Tints of Maya Blue #7EB1FE

Color information

#7EB1FE (or 0x7EB1FE) is unknown color: approx Maya Blue. HEX triplet: 7E, B1 and FE. RGB value is (126,177,254). Sum of RGB (Red+Green+Blue) = 126+177+254=557 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.62% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EB1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EB1FE is #814E01. Grayscale: #AAAAAA. Windows color (decimal): -8474114 or 16691582. OLE color: 16691582.

HSL color Cylindrical-coordinate representation of color #7EB1FE: hue angle of 216.09º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EB1FE is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB126177254-
CMYK0.500.3000.00
HSL216.09º98.46%74.51%-
HSV(B)216.09º50.39%99.61%-
XYZ42.2243.0499.85-
YUV170.53175.196.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.62%
GREEN value IS 177 (69.53% from 255) = 31.78%
BLUE value IS 254 (99.61% from 255) = 45.60%
R=22.62%
G=31.78%
B=45.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1261772540.500.3000.00216.0998.4674.51
Hex7EB1FE321E00d8624b
Octal176261376623600330142113
Binary1111110101100011111111011001011110001101100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,177,254); }

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

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

 a { background-color: rgb(126,177,254); }

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

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

 span { border-color: rgb(126,177,254); }

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