#7BBAEF

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

Shades of Maya Blue #7BBAEF

Tints of Maya Blue #7BBAEF

Color information

#7BBAEF (or 0x7BBAEF) is unknown color: approx Maya Blue. HEX triplet: 7B, BA and EF. RGB value is (123,186,239). Sum of RGB (Red+Green+Blue) = 123+186+239=548 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.45% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BBAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBAEF is #844510. Grayscale: #ACACAC. Windows color (decimal): -8668433 or 15710843. OLE color: 15710843.

HSL color Cylindrical-coordinate representation of color #7BBAEF: hue angle of 207.41º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BBAEF is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123186239-
CMYK0.490.2200.06
HSL207.41º78.38%70.98%-
HSV(B)207.41º48.54%93.73%-
XYZ41.3145.5688.28-
YUV173.2165.1392.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.45%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 239 (93.75% from 255) = 43.61%
R=22.45%
G=33.94%
B=43.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1231862390.490.2200.06207.4178.3870.98
Hex7BBAEF311606cf4e47
Octal173272357612606317116107
Binary111101110111010111011111100011011001101100111110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,186,239); }

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

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

 a { background-color: rgb(123,186,239); }

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

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

 span { border-color: rgb(123,186,239); }

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