#7EC1FF

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

Shades of Maya Blue #7EC1FF

Tints of Maya Blue #7EC1FF

Color information

#7EC1FF (or 0x7EC1FF) is unknown color: approx Maya Blue. HEX triplet: 7E, C1 and FF. RGB value is (126,193,255). Sum of RGB (Red+Green+Blue) = 126+193+255=574 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.95% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EC1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC1FF is #813E00. Grayscale: #B3B3B3. Windows color (decimal): -8470017 or 16761214. OLE color: 16761214.

HSL color Cylindrical-coordinate representation of color #7EC1FF: hue angle of 208.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EC1FF is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB126193255-
CMYK0.510.2400
HSL208.84º100%74.71%-
HSV(B)208.84º50.59%100%-
XYZ45.7249.8101.81-
YUV180.04170.389.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.95%
GREEN value IS 193 (75.78% from 255) = 33.62%
BLUE value IS 255 (100% from 255) = 44.43%
R=21.95%
G=33.62%
B=44.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1261932550.510.2400208.8410074.71
Hex7EC1FF331800d1644b
Octal176301377633000321144113
Binary1111110110000011111111111001111000001101000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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