#7BBEED

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

Shades of Maya Blue #7BBEED

Tints of Maya Blue #7BBEED

Color information

#7BBEED (or 0x7BBEED) is unknown color: approx Maya Blue. HEX triplet: 7B, BE and ED. RGB value is (123,190,237). Sum of RGB (Red+Green+Blue) = 123+190+237=550 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.36% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #7BBEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBEED is #844112. Grayscale: #AFAFAF. Windows color (decimal): -8667411 or 15580795. OLE color: 15580795.

HSL color Cylindrical-coordinate representation of color #7BBEED: hue angle of 204.74º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BBEED is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB123190237-
CMYK0.480.2000.07
HSL204.74º76%70.59%-
HSV(B)204.74º48.1%92.94%-
XYZ41.8747.1587.02-
YUV175.32162.890.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.36%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 237 (92.97% from 255) = 43.09%
R=22.36%
G=34.55%
B=43.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1231902370.480.2000.07204.747670.59
Hex7BBEED301407cd4c47
Octal173276355602407315114107
Binary111101110111110111011011100001010001111100110110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,190,237); }

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

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

 a { background-color: rgb(123,190,237); }

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

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

 span { border-color: rgb(123,190,237); }

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