#7EB5FF

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

Shades of Maya Blue #7EB5FF

Tints of Maya Blue #7EB5FF

Color information

#7EB5FF (or 0x7EB5FF) is unknown color: approx Maya Blue. HEX triplet: 7E, B5 and FF. RGB value is (126,181,255). Sum of RGB (Red+Green+Blue) = 126+181+255=562 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.42% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EB5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EB5FF is #814A00. Grayscale: #ACACAC. Windows color (decimal): -8473089 or 16758142. OLE color: 16758142.

HSL color Cylindrical-coordinate representation of color #7EB5FF: hue angle of 214.42º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EB5FF is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB126181255-
CMYK0.510.2900
HSL214.42º100%74.71%-
HSV(B)214.42º50.59%100%-
XYZ43.1844.7100.96-
YUV172.99174.2894.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.42%
GREEN value IS 181 (71.09% from 255) = 32.21%
BLUE value IS 255 (100% from 255) = 45.37%
R=22.42%
G=32.21%
B=45.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1261812550.510.2900214.4210074.71
Hex7EB5FF331D00d6644b
Octal176265377633500326144113
Binary1111110101101011111111111001111101001101011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,181,255); }

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

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

 a { background-color: rgb(126,181,255); }

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

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

 span { border-color: rgb(126,181,255); }

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