#7EBDF1

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

Shades of Maya Blue #7EBDF1

Tints of Maya Blue #7EBDF1

Color information

#7EBDF1 (or 0x7EBDF1) is unknown color: approx Maya Blue. HEX triplet: 7E, BD and F1. RGB value is (126,189,241). Sum of RGB (Red+Green+Blue) = 126+189+241=556 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.66% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #7EBDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBDF1 is #81420E. Grayscale: #AFAFAF. Windows color (decimal): -8471055 or 15842686. OLE color: 15842686.

HSL color Cylindrical-coordinate representation of color #7EBDF1: hue angle of 207.13º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EBDF1 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126189241-
CMYK0.480.2200.05
HSL207.13º80.42%71.96%-
HSV(B)207.13º47.72%94.51%-
XYZ42.6847.1890.08-
YUV176.09164.6392.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.66%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=22.66%
G=33.99%
B=43.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1261892410.480.2200.05207.1380.4271.96
Hex7EBDF1301605cf5048
Octal176275361602605317120110
Binary111111010111101111100011100001011001011100111110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,189,241); }

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

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

 a { background-color: rgb(126,189,241); }

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

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

 span { border-color: rgb(126,189,241); }

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