#7EBDFE

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

Shades of Maya Blue #7EBDFE

Tints of Maya Blue #7EBDFE

Color information

#7EBDFE (or 0x7EBDFE) is unknown color: approx Maya Blue. HEX triplet: 7E, BD and FE. RGB value is (126,189,254). Sum of RGB (Red+Green+Blue) = 126+189+254=569 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.14% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EBDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBDFE is #814201. Grayscale: #B1B1B1. Windows color (decimal): -8471042 or 16694654. OLE color: 16694654.

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

Color convert

RGB126189254-
CMYK0.500.2600.00
HSL210.47º98.46%74.51%-
HSV(B)210.47º50.39%99.61%-
XYZ44.6947.99100.67-
YUV177.57171.1391.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.14%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 254 (99.61% from 255) = 44.64%
R=22.14%
G=33.22%
B=44.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1261892540.500.2600.00210.4798.4674.51
Hex7EBDFE321A00d2624b
Octal176275376623200322142113
Binary1111110101111011111111011001011010001101001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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