#7EB0FE

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

Shades of Maya Blue #7EB0FE

Tints of Maya Blue #7EB0FE

Color information

#7EB0FE (or 0x7EB0FE) is unknown color: approx Maya Blue. HEX triplet: 7E, B0 and FE. RGB value is (126,176,254). Sum of RGB (Red+Green+Blue) = 126+176+254=556 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.66% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EB0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EB0FE is #814F01. Grayscale: #A9A9A9. Windows color (decimal): -8474370 or 16691326. OLE color: 16691326.

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

Color convert

RGB126176254-
CMYK0.500.3100.00
HSL216.56º98.46%74.51%-
HSV(B)216.56º50.39%99.61%-
XYZ42.0242.6499.78-
YUV169.94175.4496.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.66%
GREEN value IS 176 (69.14% from 255) = 31.65%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=22.66%
G=31.65%
B=45.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1261762540.500.3100.00216.5698.4674.51
Hex7EB0FE321F00d9624b
Octal176260376623700331142113
Binary1111110101100001111111011001011111001101100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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