Html Css Color HEX #4EBDFE Maya Blue

📋 copy color: '#4EBDFE'

red 78 ◦ green 189 ◦ blue 254

#4EBDFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #4EBDFE

Tints of Maya Blue #4EBDFE

RGB

 RED value IS 78 (30.86% from 255) = 14.97%

 GREEN value IS 189 (74.22% from 255) = 36.28%

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 14.97%
G = 36.28%
B = 48.75%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4EBDFE (or 0x4EBDFE) is known color: Maya Blue. HEX triplet: 4E, BD and FE. RGB value is (78,189,254). Sum of RGB (Red+Green+Blue) = 78+189+254=521 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.97% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #4EBDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBDFE is #B14201. Grayscale: #A2A2A2. Windows color (decimal): -11616770 or 16694606. OLE color: 16694606.

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

Color convert

RGB 78 189 254 -
CMYK 0.69 0.26 0 0.00
HSL 202.16º 0.99% 0.65% -
HSV(B) 202.16º 0.69% 1% -
XYZ 39.23 45.17 100.42 -
YUV 163.22 179.23 67.21 -
System Red Green Blue C M Y K H S L
Decimal 78 189 254 0.69 0.26 0 0.00 202.16 0.99 0.65
Hex 4E BD FE 45 1A 0 0 CA 63 41
Octal 116 275 376 105 32 0 0 312 143 101
Binary 1001110 10111101 11111110 1000101 11010 0 0 11001010 1100011 1000001

Color Harmonies of #4EBDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBDFE

Black with #4EBDFE

Text Example


Text Example

White with #4EBDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,189,254); }

 H1.HeaderClassName
 {
   color: #4EBDFE;
 }
 .AnyTagClassName
 {
   color: #4EBDFE;
 }
</style>

background-color css

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

 a { background-color: rgb(78,189,254); }

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

border-color css

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

 span { border-color: rgb(78,189,254); }

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