#7EC1F0

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

Shades of Maya Blue #7EC1F0

Tints of Maya Blue #7EC1F0

Color information

#7EC1F0 (or 0x7EC1F0) is unknown color: approx Maya Blue. HEX triplet: 7E, C1 and F0. RGB value is (126,193,240). Sum of RGB (Red+Green+Blue) = 126+193+240=559 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.54% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #7EC1F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC1F0 is #813E0F. Grayscale: #B2B2B2. Windows color (decimal): -8470032 or 15778174. OLE color: 15778174.

HSL color Cylindrical-coordinate representation of color #7EC1F0: hue angle of 204.74º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EC1F0 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB126193240-
CMYK0.480.2000.06
HSL204.74º79.17%71.76%-
HSV(B)204.74º47.5%94.12%-
XYZ43.448.8789.58-
YUV178.32162.890.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.54%
GREEN value IS 193 (75.78% from 255) = 34.53%
BLUE value IS 240 (94.14% from 255) = 42.93%
R=22.54%
G=34.53%
B=42.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1261932400.480.2000.06204.7479.1771.76
Hex7EC1F0301406cd4f48
Octal176301360602406315117110
Binary111111011000001111100001100001010001101100110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,193,240); }

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

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

 a { background-color: rgb(126,193,240); }

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

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

 span { border-color: rgb(126,193,240); }

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