#7CBAF7

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

Shades of Maya Blue #7CBAF7

Tints of Maya Blue #7CBAF7

Color information

#7CBAF7 (or 0x7CBAF7) is unknown color: approx Maya Blue. HEX triplet: 7C, BA and F7. RGB value is (124,186,247). Sum of RGB (Red+Green+Blue) = 124+186+247=557 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.26% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #7CBAF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBAF7 is #834508. Grayscale: #AEAEAE. Windows color (decimal): -8602889 or 16235132. OLE color: 16235132.

HSL color Cylindrical-coordinate representation of color #7CBAF7: hue angle of 209.76º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CBAF7 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB124186247-
CMYK0.500.2500.03
HSL209.76º88.49%72.75%-
HSV(B)209.76º49.8%96.86%-
XYZ42.6646.1294.65-
YUV174.42168.9692.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.26%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 247 (96.88% from 255) = 44.34%
R=22.26%
G=33.39%
B=44.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1241862470.500.2500.03209.7688.4972.75
Hex7CBAF7321903d25849
Octal174272367623103322130111
Binary11111001011101011110111110010110010111101001010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,186,247); }

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

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

 a { background-color: rgb(124,186,247); }

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

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

 span { border-color: rgb(124,186,247); }

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