#7EB4FF

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

Shades of Maya Blue #7EB4FF

Tints of Maya Blue #7EB4FF

Color information

#7EB4FF (or 0x7EB4FF) is unknown color: approx Maya Blue. HEX triplet: 7E, B4 and FF. RGB value is (126,180,255). Sum of RGB (Red+Green+Blue) = 126+180+255=561 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.46% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EB4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EB4FF is #814B00. Grayscale: #ACACAC. Windows color (decimal): -8473345 or 16757886. OLE color: 16757886.

HSL color Cylindrical-coordinate representation of color #7EB4FF: hue angle of 214.88º 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 #7EB4FF is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB126180255-
CMYK0.510.2900
HSL214.88º100%74.71%-
HSV(B)214.88º50.59%100%-
XYZ42.9844.3100.89-
YUV172.4174.6194.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.46%
GREEN value IS 180 (70.70% from 255) = 32.09%
BLUE value IS 255 (100% from 255) = 45.45%
R=22.46%
G=32.09%
B=45.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1261802550.510.2900214.8810074.71
Hex7EB4FF331D00d7644b
Octal176264377633500327144113
Binary1111110101101001111111111001111101001101011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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