#7BAEFA

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

Shades of Maya Blue #7BAEFA

Tints of Maya Blue #7BAEFA

Color information

#7BAEFA (or 0x7BAEFA) is unknown color: approx Maya Blue. HEX triplet: 7B, AE and FA. RGB value is (123,174,250). Sum of RGB (Red+Green+Blue) = 123+174+250=547 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.49% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BAEFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAEFA is #845105. Grayscale: #A7A7A7. Windows color (decimal): -8671494 or 16428667. OLE color: 16428667.

HSL color Cylindrical-coordinate representation of color #7BAEFA: hue angle of 215.91º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BAEFA is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB123174250-
CMYK0.510.3000.02
HSL215.91º92.7%73.14%-
HSV(B)215.91º50.8%98.04%-
XYZ40.5641.3996.29-
YUV167.42174.696.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.49%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 250 (98.05% from 255) = 45.70%
R=22.49%
G=31.81%
B=45.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1231742500.510.3000.02215.9192.773.14
Hex7BAEFA331E02d85d49
Octal173256372633602330135111
Binary11110111010111011111010110011111100101101100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,174,250); }

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

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

 a { background-color: rgb(123,174,250); }

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

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

 span { border-color: rgb(123,174,250); }

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