Html Css Color HEX #7EACFE Maya Blue

📋 copy color: '#7EACFE'

red 126 ◦ green 172 ◦ blue 254

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

Shades of Maya Blue #7EACFE

Tints of Maya Blue #7EACFE

RGB

 RED value IS 126 (49.61% from 255) = 22.83%

 GREEN value IS 172 (67.58% from 255) = 31.16%

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

R = 22.83%
G = 31.16%
B = 46.01%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7EACFE (or 0x7EACFE) is known color: Maya Blue. HEX triplet: 7E, AC and FE. RGB value is (126,172,254). Sum of RGB (Red+Green+Blue) = 126+172+254=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EACFE is #815301. Grayscale: #A7A7A7. Windows color (decimal): -8475394 or 16690302. OLE color: 16690302.

HSL color Cylindrical-coordinate representation of color #7EACFE: hue angle of 218.44º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EACFE is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 126 172 254 -
CMYK 0.50 0.32 0 0.00
HSL 218.44º 0.98% 0.75% -
HSV(B) 218.44º 0.5% 1% -
XYZ 41.25 41.1 99.52 -
YUV 167.59 176.76 98.33 -
System Red Green Blue C M Y K H S L
Decimal 126 172 254 0.50 0.32 0 0.00 218.44 0.98 0.75
Hex 7E AC FE 32 20 0 0 DA 62 4B
Octal 176 254 376 62 40 0 0 332 142 113
Binary 1111110 10101100 11111110 110010 100000 0 0 11011010 1100010 1001011

Color Harmonies of #7EACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EACFE

Black with #7EACFE

Text Example


Text Example

White with #7EACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,172,254); }

 H1.HeaderClassName
 {
   color: #7EACFE;
 }
 .AnyTagClassName
 {
   color: #7EACFE;
 }
</style>

background-color css

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

 a { background-color: rgb(126,172,254); }

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

border-color css

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

 span { border-color: rgb(126,172,254); }

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