#7EBBEE

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

Shades of Maya Blue #7EBBEE

Tints of Maya Blue #7EBBEE

Color information

#7EBBEE (or 0x7EBBEE) is unknown color: approx Maya Blue. HEX triplet: 7E, BB and EE. RGB value is (126,187,238). Sum of RGB (Red+Green+Blue) = 126+187+238=551 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.87% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #7EBBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBBEE is #814411. Grayscale: #AEAEAE. Windows color (decimal): -8471570 or 15645566. OLE color: 15645566.

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

Color convert

RGB126187238-
CMYK0.470.2100.07
HSL207.32º76.71%71.37%-
HSV(B)207.32º47.06%93.33%-
XYZ41.8146.1587.59-
YUV174.58163.7993.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.87%
GREEN value IS 187 (73.44% from 255) = 33.94%
BLUE value IS 238 (93.36% from 255) = 43.19%
R=22.87%
G=33.94%
B=43.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1261872380.470.2100.07207.3276.7171.37
Hex7EBBEE2F1507cf4d47
Octal176273356572507317115107
Binary111111010111011111011101011111010101111100111110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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