#7EC0FD

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

Shades of Maya Blue #7EC0FD

Tints of Maya Blue #7EC0FD

Color information

#7EC0FD (or 0x7EC0FD) is unknown color: approx Maya Blue. HEX triplet: 7E, C0 and FD. RGB value is (126,192,253). Sum of RGB (Red+Green+Blue) = 126+192+253=571 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.07% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #7EC0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC0FD is #813F02. Grayscale: #B2B2B2. Windows color (decimal): -8470275 or 16629886. OLE color: 16629886.

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

Color convert

RGB126192253-
CMYK0.500.2400.01
HSL208.82º96.95%74.31%-
HSV(B)208.82º50.2%99.22%-
XYZ45.1849.23100.05-
YUV179.22169.6390.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.07%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=22.07%
G=33.63%
B=44.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261922530.500.2400.01208.8296.9574.31
Hex7EC0FD321801d1614a
Octal176300375623001321141112
Binary1111110110000001111110111001011000011101000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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