#7CAAFF

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

Shades of Maya Blue #7CAAFF

Tints of Maya Blue #7CAAFF

Color information

#7CAAFF (or 0x7CAAFF) is unknown color: approx Maya Blue. HEX triplet: 7C, AA and FF. RGB value is (124,170,255). Sum of RGB (Red+Green+Blue) = 124+170+255=549 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.59% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CAAFF is #835500. Grayscale: #A5A5A5. Windows color (decimal): -8606977 or 16755324. OLE color: 16755324.

HSL color Cylindrical-coordinate representation of color #7CAAFF: hue angle of 218.93º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CAAFF is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB124170255-
CMYK0.510.3300
HSL218.93º100%74.31%-
HSV(B)218.93º51.37%100%-
XYZ40.7440.25100.23-
YUV165.94178.2698.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.59%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 255 (100% from 255) = 46.45%
R=22.59%
G=30.97%
B=46.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1241702550.510.3300218.9310074.31
Hex7CAAFF332100db644a
Octal174252377634100333144112
Binary11111001010101011111111110011100001001101101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,170,255); }

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

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

 a { background-color: rgb(124,170,255); }

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

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

 span { border-color: rgb(124,170,255); }

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