#7BAAFF

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

Shades of Maya Blue #7BAAFF

Tints of Maya Blue #7BAAFF

Color information

#7BAAFF (or 0x7BAAFF) is unknown color: approx Maya Blue. HEX triplet: 7B, AA and FF. RGB value is (123,170,255). Sum of RGB (Red+Green+Blue) = 123+170+255=548 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.45% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAAFF is #845500. Grayscale: #A5A5A5. Windows color (decimal): -8672513 or 16755323. OLE color: 16755323.

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

Color convert

RGB123170255-
CMYK0.520.3300
HSL218.64º100%74.12%-
HSV(B)218.64º51.76%100%-
XYZ40.5940.18100.22-
YUV165.64178.4397.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.45%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 255 (100% from 255) = 46.53%
R=22.45%
G=31.02%
B=46.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1231702550.520.3300218.6410074.12
Hex7BAAFF342100db644a
Octal173252377644100333144112
Binary11110111010101011111111110100100001001101101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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