#7EBBEC

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

Shades of Maya Blue #7EBBEC

Tints of Maya Blue #7EBBEC

Color information

#7EBBEC (or 0x7EBBEC) is unknown color: approx Maya Blue. HEX triplet: 7E, BB and EC. RGB value is (126,187,236). Sum of RGB (Red+Green+Blue) = 126+187+236=549 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.95% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #7EBBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBBEC is #814413. Grayscale: #AEAEAE. Windows color (decimal): -8471572 or 15514494. OLE color: 15514494.

HSL color Cylindrical-coordinate representation of color #7EBBEC: hue angle of 206.73º degrees, saturation: 0.74, 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 #7EBBEC is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB126187236-
CMYK0.470.2100.07
HSL206.73º74.32%70.98%-
HSV(B)206.73º46.61%92.55%-
XYZ41.5146.0386.05-
YUV174.35162.7993.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.95%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=22.95%
G=34.06%
B=42.99%

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
Decimal1261872360.470.2100.07206.7374.3270.98
Hex7EBBEC2F1507cf4a47
Octal176273354572507317112107
Binary111111010111011111011001011111010101111100111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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