#7EBAFD

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

Shades of Maya Blue #7EBAFD

Tints of Maya Blue #7EBAFD

Color information

#7EBAFD (or 0x7EBAFD) is unknown color: approx Maya Blue. HEX triplet: 7E, BA and FD. RGB value is (126,186,253). Sum of RGB (Red+Green+Blue) = 126+186+253=565 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.30% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #7EBAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBAFD is #814502. Grayscale: #AFAFAF. Windows color (decimal): -8471811 or 16628350. OLE color: 16628350.

HSL color Cylindrical-coordinate representation of color #7EBAFD: hue angle of 211.65º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EBAFD is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126186253-
CMYK0.500.2600.01
HSL211.65º96.95%74.31%-
HSV(B)211.65º50.2%99.22%-
XYZ43.8946.6599.62-
YUV175.7171.6292.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.30%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=22.30%
G=32.92%
B=44.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261862530.500.2600.01211.6596.9574.31
Hex7EBAFD321A01d4614a
Octal176272375623201324141112
Binary1111110101110101111110111001011010011101010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,186,253); }

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

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

 a { background-color: rgb(126,186,253); }

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

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

 span { border-color: rgb(126,186,253); }

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