#7CB5FA

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

Shades of Maya Blue #7CB5FA

Tints of Maya Blue #7CB5FA

Color information

#7CB5FA (or 0x7CB5FA) is unknown color: approx Maya Blue. HEX triplet: 7C, B5 and FA. RGB value is (124,181,250). Sum of RGB (Red+Green+Blue) = 124+181+250=555 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.34% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #7CB5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB5FA is #834A05. Grayscale: #ABABAB. Windows color (decimal): -8604166 or 16430460. OLE color: 16430460.

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

Color convert

RGB124181250-
CMYK0.500.2800.02
HSL212.86º92.65%73.33%-
HSV(B)212.86º50.4%98.04%-
XYZ42.0944.2396.76-
YUV171.82172.1293.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.34%
GREEN value IS 181 (71.09% from 255) = 32.61%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=22.34%
G=32.61%
B=45.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1241812500.500.2800.02212.8692.6573.33
Hex7CB5FA321C02d55d49
Octal174265372623402325135111
Binary11111001011010111111010110010111000101101010110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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