#7CB7F6

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

Shades of Maya Blue #7CB7F6

Tints of Maya Blue #7CB7F6

Color information

#7CB7F6 (or 0x7CB7F6) is unknown color: approx Maya Blue. HEX triplet: 7C, B7 and F6. RGB value is (124,183,246). Sum of RGB (Red+Green+Blue) = 124+183+246=553 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.42% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #7CB7F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB7F6 is #834809. Grayscale: #ACACAC. Windows color (decimal): -8603658 or 16168828. OLE color: 16168828.

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

Color convert

RGB124183246-
CMYK0.500.2600.04
HSL210.98º87.14%72.55%-
HSV(B)210.98º49.59%96.47%-
XYZ41.8844.8193.63-
YUV172.54169.4593.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.42%
GREEN value IS 183 (71.88% from 255) = 33.09%
BLUE value IS 246 (96.48% from 255) = 44.48%
R=22.42%
G=33.09%
B=44.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1241832460.500.2600.04210.9887.1472.55
Hex7CB7F6321A04d35749
Octal174267366623204323127111
Binary111110010110111111101101100101101001001101001110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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