#7EC0FE

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

Shades of Maya Blue #7EC0FE

Tints of Maya Blue #7EC0FE

Color information

#7EC0FE (or 0x7EC0FE) is unknown color: approx Maya Blue. HEX triplet: 7E, C0 and FE. RGB value is (126,192,254). Sum of RGB (Red+Green+Blue) = 126+192+254=572 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.03% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EC0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC0FE is #813F01. Grayscale: #B3B3B3. Windows color (decimal): -8470274 or 16695422. OLE color: 16695422.

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

Color convert

RGB126192254-
CMYK0.500.2400.00
HSL209.06º98.46%74.51%-
HSV(B)209.06º50.39%99.61%-
XYZ45.3449.29100.89-
YUV179.33170.1389.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.03%
GREEN value IS 192 (75.39% from 255) = 33.57%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=22.03%
G=33.57%
B=44.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1261922540.500.2400.00209.0698.4674.51
Hex7EC0FE321800d1624b
Octal176300376623000321142113
Binary1111110110000001111111011001011000001101000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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