#7EBEF5

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

Shades of Maya Blue #7EBEF5

Tints of Maya Blue #7EBEF5

Color information

#7EBEF5 (or 0x7EBEF5) is unknown color: approx Maya Blue. HEX triplet: 7E, BE and F5. RGB value is (126,190,245). Sum of RGB (Red+Green+Blue) = 126+190+245=561 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.46% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #7EBEF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBEF5 is #81410A. Grayscale: #B0B0B0. Windows color (decimal): -8470795 or 16105086. OLE color: 16105086.

HSL color Cylindrical-coordinate representation of color #7EBEF5: hue angle of 207.73º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EBEF5 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB126190245-
CMYK0.490.2200.04
HSL207.73º85.61%72.75%-
HSV(B)207.73º48.57%96.08%-
XYZ43.547.8693.33-
YUV177.13166.391.53-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.46%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 245 (96.09% from 255) = 43.67%
R=22.46%
G=33.87%
B=43.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1261902450.490.2200.04207.7385.6172.75
Hex7EBEF5311604d05649
Octal176276365612604320126111
Binary111111010111110111101011100011011001001101000010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,190,245); }

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

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

 a { background-color: rgb(126,190,245); }

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

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

 span { border-color: rgb(126,190,245); }

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