#7FC2F3

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

Shades of Maya Blue #7FC2F3

Tints of Maya Blue #7FC2F3

Color information

#7FC2F3 (or 0x7FC2F3) is unknown color: approx Maya Blue. HEX triplet: 7F, C2 and F3. RGB value is (127,194,243). Sum of RGB (Red+Green+Blue) = 127+194+243=564 (74% of max value = 765). Red value is 127 (50% from 255 or 22.52% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #7FC2F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC2F3 is #803D0C. Grayscale: #B3B3B3. Windows color (decimal): -8404237 or 15975039. OLE color: 15975039.

HSL color Cylindrical-coordinate representation of color #7FC2F3: hue angle of 205.34º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FC2F3 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB127194243-
CMYK0.480.2000.05
HSL205.34º82.86%72.55%-
HSV(B)205.34º47.74%95.29%-
XYZ44.2249.5792.03-
YUV179.55163.890.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.52%
GREEN value IS 194 (76.17% from 255) = 34.40%
BLUE value IS 243 (95.31% from 255) = 43.09%
R=22.52%
G=34.40%
B=43.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1271942430.480.2000.05205.3482.8672.55
Hex7FC2F3301405cd5349
Octal177302363602405315123111
Binary111111111000010111100111100001010001011100110110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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