#7EC0FC

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

Shades of Maya Blue #7EC0FC

Tints of Maya Blue #7EC0FC

Color information

#7EC0FC (or 0x7EC0FC) is unknown color: approx Maya Blue. HEX triplet: 7E, C0 and FC. RGB value is (126,192,252). Sum of RGB (Red+Green+Blue) = 126+192+252=570 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.11% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EC0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC0FC is #813F03. Grayscale: #B2B2B2. Windows color (decimal): -8470276 or 16564350. OLE color: 16564350.

HSL color Cylindrical-coordinate representation of color #7EC0FC: hue angle of 208.57º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EC0FC is Cyan = 0.5, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126192252-
CMYK0.50.2400.01
HSL208.57º95.45%74.12%-
HSV(B)208.57º50%98.82%-
XYZ45.0249.1699.21-
YUV179.11169.1390.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.11%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 252 (98.83% from 255) = 44.21%
R=22.11%
G=33.68%
B=44.21%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261922520.50.2400.01208.5795.4574.12
Hex7EC0FC321801d15f4a
Octal176300374623001321137112
Binary1111110110000001111110011001011000011101000110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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