#4EBAFF

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

Shades of Maya Blue #4EBAFF

Tints of Maya Blue #4EBAFF

Color information

#4EBAFF (or 0x4EBAFF) is unknown color: approx Maya Blue. HEX triplet: 4E, BA and FF. RGB value is (78,186,255). Sum of RGB (Red+Green+Blue) = 78+186+255=519 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.03% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBAFF is #B14500. Grayscale: #A1A1A1. Windows color (decimal): -11617537 or 16759374. OLE color: 16759374.

HSL color Cylindrical-coordinate representation of color #4EBAFF: hue angle of 203.39º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EBAFF is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB78186255-
CMYK0.690.2700
HSL203.39º100%65.29%-
HSV(B)203.39º69.41%100%-
XYZ38.7543.96101.05-
YUV161.57180.7268.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.03%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 255 (100% from 255) = 49.13%
R=15.03%
G=35.84%
B=49.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal781862550.690.2700203.3910065.29
Hex4EBAFF451B00cb6441
Octal1162723771053300313144101
Binary10011101011101011111111100010111011001100101111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EBAFF; }

 p { color: rgb(78,186,255); }

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

<style>
 a { background-color: #4EBAFF; }

 a { background-color: rgb(78,186,255); }

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

<style>
 span { border-color: #4EBAFF; }

 span { border-color: rgb(78,186,255); }

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