#7CB7FA

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

Shades of Maya Blue #7CB7FA

Tints of Maya Blue #7CB7FA

Color information

#7CB7FA (or 0x7CB7FA) is unknown color: approx Maya Blue. HEX triplet: 7C, B7 and FA. RGB value is (124,183,250). Sum of RGB (Red+Green+Blue) = 124+183+250=557 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.26% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #7CB7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB7FA is #834805. Grayscale: #ACACAC. Windows color (decimal): -8603654 or 16430972. OLE color: 16430972.

HSL color Cylindrical-coordinate representation of color #7CB7FA: hue angle of 211.9º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CB7FA is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB124183250-
CMYK0.500.2700.02
HSL211.9º92.65%73.33%-
HSV(B)211.9º50.4%98.04%-
XYZ42.545.0596.9-
YUV173171.4593.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.26%
GREEN value IS 183 (71.88% from 255) = 32.85%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=22.26%
G=32.85%
B=44.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1241832500.500.2700.02211.992.6573.33
Hex7CB7FA321B02d45d49
Octal174267372623302324135111
Binary11111001011011111111010110010110110101101010010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,183,250); }

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

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

 a { background-color: rgb(124,183,250); }

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

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

 span { border-color: rgb(124,183,250); }

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