#7EBFFE

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

Shades of Maya Blue #7EBFFE

Tints of Maya Blue #7EBFFE

Color information

#7EBFFE (or 0x7EBFFE) is unknown color: approx Maya Blue. HEX triplet: 7E, BF and FE. RGB value is (126,191,254). Sum of RGB (Red+Green+Blue) = 126+191+254=571 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.07% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EBFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBFFE is #814001. Grayscale: #B2B2B2. Windows color (decimal): -8470530 or 16695166. OLE color: 16695166.

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

Color convert

RGB126191254-
CMYK0.500.2500.00
HSL209.53º98.46%74.51%-
HSV(B)209.53º50.39%99.61%-
XYZ45.1248.85100.82-
YUV178.75170.4790.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.07%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=22.07%
G=33.45%
B=44.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1261912540.500.2500.00209.5398.4674.51
Hex7EBFFE321900d2624b
Octal176277376623100322142113
Binary1111110101111111111111011001011001001101001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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