#7ebcee

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

Shades of Maya Blue #7EBCEE

Tints of Maya Blue #7EBCEE

Color information

#7EBCEE (or 0x7EBCEE) is unknown color: approx Maya Blue. HEX triplet: 7E, BC and EE. RGB value is (126,188,238). Sum of RGB (Red+Green+Blue) = 126+188+238=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #7EBCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBCEE is #814311. Grayscale: #AEAEAE. Windows color (decimal): -8471314 or 15645822. OLE color: 15645822.

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

Color convert

RGB126188238-
CMYK0.470.2100.07
HSL206.79º76.71%71.37%-
HSV(B)206.79º47.06%93.33%-
XYZ42.0246.5887.66-
YUV175.16163.4692.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.83%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=22.83%
G=34.06%
B=43.12%

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
Decimal1261882380.470.2100.07206.7976.7171.37
Hex7EBCEE2F1507cf4d47
Octal176274356572507317115107
Binary111111010111100111011101011111010101111100111110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ebcee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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