#7FC2FA

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

Shades of Maya Blue #7FC2FA

Tints of Maya Blue #7FC2FA

Color information

#7FC2FA (or 0x7FC2FA) is unknown color: approx Maya Blue. HEX triplet: 7F, C2 and FA. RGB value is (127,194,250). Sum of RGB (Red+Green+Blue) = 127+194+250=571 (75% of max value = 765). Red value is 127 (50% from 255 or 22.24% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FC2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC2FA is #803D05. Grayscale: #B4B4B4. Windows color (decimal): -8404230 or 16433791. OLE color: 16433791.

HSL color Cylindrical-coordinate representation of color #7FC2FA: hue angle of 207.32º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FC2FA is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127194250-
CMYK0.490.2200.02
HSL207.32º92.48%73.92%-
HSV(B)207.32º49.2%98.04%-
XYZ45.35097.71-
YUV180.35167.389.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.24%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=22.24%
G=33.98%
B=43.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1271942500.490.2200.02207.3292.4873.92
Hex7FC2FA311602cf5c4a
Octal177302372612602317134112
Binary11111111100001011111010110001101100101100111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,194,250); }

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

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

 a { background-color: rgb(127,194,250); }

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

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

 span { border-color: rgb(127,194,250); }

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