#7FB9FA

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

Shades of Maya Blue #7FB9FA

Tints of Maya Blue #7FB9FA

Color information

#7FB9FA (or 0x7FB9FA) is unknown color: approx Maya Blue. HEX triplet: 7F, B9 and FA. RGB value is (127,185,250). Sum of RGB (Red+Green+Blue) = 127+185+250=562 (74% of max value = 765). Red value is 127 (50% from 255 or 22.60% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FB9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FB9FA is #804605. Grayscale: #AEAEAE. Windows color (decimal): -8406534 or 16431487. OLE color: 16431487.

HSL color Cylindrical-coordinate representation of color #7FB9FA: hue angle of 211.71º 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 #7FB9FA is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127185250-
CMYK0.490.2600.02
HSL211.71º92.48%73.92%-
HSV(B)211.71º49.2%98.04%-
XYZ43.3646.1197.06-
YUV175.07170.2893.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.60%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=22.60%
G=32.92%
B=44.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1271852500.490.2600.02211.7192.4873.92
Hex7FB9FA311A02d45c4a
Octal177271372613202324134112
Binary11111111011100111111010110001110100101101010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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