#7EBBFF

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

Shades of Maya Blue #7EBBFF

Tints of Maya Blue #7EBBFF

Color information

#7EBBFF (or 0x7EBBFF) is unknown color: approx Maya Blue. HEX triplet: 7E, BB and FF. RGB value is (126,187,255). Sum of RGB (Red+Green+Blue) = 126+187+255=568 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.18% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EBBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBBFF is #814400. Grayscale: #B0B0B0. Windows color (decimal): -8471553 or 16759678. OLE color: 16759678.

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

Color convert

RGB126187255-
CMYK0.510.2700
HSL211.63º100%74.71%-
HSV(B)211.63º50.59%100%-
XYZ44.4247.2101.38-
YUV176.51172.2991.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.18%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 255 (100% from 255) = 44.89%
R=22.18%
G=32.92%
B=44.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1261872550.510.2700211.6310074.71
Hex7EBBFF331B00d4644b
Octal176273377633300324144113
Binary1111110101110111111111111001111011001101010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,187,255); }

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

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

 a { background-color: rgb(126,187,255); }

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

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

 span { border-color: rgb(126,187,255); }

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