#7CB2F6

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

Shades of Maya Blue #7CB2F6

Tints of Maya Blue #7CB2F6

Color information

#7CB2F6 (or 0x7CB2F6) is unknown color: approx Maya Blue. HEX triplet: 7C, B2 and F6. RGB value is (124,178,246). Sum of RGB (Red+Green+Blue) = 124+178+246=548 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.63% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #7CB2F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CB2F6 is #834D09. Grayscale: #A9A9A9. Windows color (decimal): -8604938 or 16167548. OLE color: 16167548.

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

Color convert

RGB124178246-
CMYK0.500.2800.04
HSL213.44º87.14%72.55%-
HSV(B)213.44º49.59%96.47%-
XYZ40.8742.7893.29-
YUV169.61171.1195.47-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.63%
GREEN value IS 178 (69.92% from 255) = 32.48%
BLUE value IS 246 (96.48% from 255) = 44.89%
R=22.63%
G=32.48%
B=44.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1241782460.500.2800.04213.4487.1472.55
Hex7CB2F6321C04d55749
Octal174262366623404325127111
Binary111110010110010111101101100101110001001101010110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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