#7EC3FE

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

Shades of Maya Blue #7EC3FE

Tints of Maya Blue #7EC3FE

Color information

#7EC3FE (or 0x7EC3FE) is unknown color: approx Maya Blue. HEX triplet: 7E, C3 and FE. RGB value is (126,195,254). Sum of RGB (Red+Green+Blue) = 126+195+254=575 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.91% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EC3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC3FE is #813C01. Grayscale: #B4B4B4. Windows color (decimal): -8469506 or 16696190. OLE color: 16696190.

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

Color convert

RGB126195254-
CMYK0.500.2300.00
HSL207.66º98.46%74.51%-
HSV(B)207.66º50.39%99.61%-
XYZ46.0150.62101.11-
YUV181.09169.1488.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.91%
GREEN value IS 195 (76.56% from 255) = 33.91%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=21.91%
G=33.91%
B=44.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1261952540.500.2300.00207.6698.4674.51
Hex7EC3FE321700d0624b
Octal176303376622700320142113
Binary1111110110000111111111011001010111001101000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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