Html Css Color HEX #4EC2FE Maya Blue

📋 copy color: '#4EC2FE'

red 78 ◦ green 194 ◦ blue 254

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

Shades of Maya Blue #4EC2FE

Tints of Maya Blue #4EC2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.88%

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

R = 14.83%
G = 36.88%
B = 48.29%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4EC2FE (or 0x4EC2FE) is known color: Maya Blue. HEX triplet: 4E, C2 and FE. RGB value is (78,194,254). Sum of RGB (Red+Green+Blue) = 78+194+254=526 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.83% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #4EC2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC2FE is #B13D01. Grayscale: #A5A5A5. Windows color (decimal): -11615490 or 16695886. OLE color: 16695886.

HSL color Cylindrical-coordinate representation of color #4EC2FE: hue angle of 200.45º 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 #4EC2FE is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 78 194 254 -
CMYK 0.69 0.24 0 0.00
HSL 200.45º 0.99% 0.65% -
HSV(B) 200.45º 0.69% 1% -
XYZ 40.32 47.36 100.78 -
YUV 166.16 177.57 65.12 -
System Red Green Blue C M Y K H S L
Decimal 78 194 254 0.69 0.24 0 0.00 200.45 0.99 0.65
Hex 4E C2 FE 45 18 0 0 C8 63 41
Octal 116 302 376 105 30 0 0 310 143 101
Binary 1001110 11000010 11111110 1000101 11000 0 0 11001000 1100011 1000001

Color Harmonies of #4EC2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC2FE

Black with #4EC2FE

Text Example


Text Example

White with #4EC2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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