#7FB3F6

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

Shades of Maya Blue #7FB3F6

Tints of Maya Blue #7FB3F6

Color information

#7FB3F6 (or 0x7FB3F6) is unknown color: approx Maya Blue. HEX triplet: 7F, B3 and F6. RGB value is (127,179,246). Sum of RGB (Red+Green+Blue) = 127+179+246=552 (73% of max value = 765). Red value is 127 (50% from 255 or 23.01% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #7FB3F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FB3F6 is #804C09. Grayscale: #AAAAAA. Windows color (decimal): -8408074 or 16167807. OLE color: 16167807.

HSL color Cylindrical-coordinate representation of color #7FB3F6: hue angle of 213.78º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FB3F6 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB127179246-
CMYK0.480.2700.04
HSL213.78º86.86%73.14%-
HSV(B)213.78º48.37%96.47%-
XYZ41.5143.4193.38-
YUV171.09170.2796.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.01%
GREEN value IS 179 (70.31% from 255) = 32.43%
BLUE value IS 246 (96.48% from 255) = 44.57%
R=23.01%
G=32.43%
B=44.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1271792460.480.2700.04213.7886.8673.14
Hex7FB3F6301B04d65749
Octal177263366603304326127111
Binary111111110110011111101101100001101101001101011010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,179,246); }

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

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

 a { background-color: rgb(127,179,246); }

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

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

 span { border-color: rgb(127,179,246); }

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