Html Css Color HEX #7EADFF Maya Blue

📋 copy color: '#7EADFF'

red 126 ◦ green 173 ◦ blue 255

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

Shades of Maya Blue #7EADFF

Tints of Maya Blue #7EADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.23%

 BLUE value IS 255 (100% from 255) = 46.03%

R = 22.74%
G = 31.23%
B = 46.03%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7EADFF (or 0x7EADFF) is known color: Maya Blue. HEX triplet: 7E, AD and FF. RGB value is (126,173,255). Sum of RGB (Red+Green+Blue) = 126+173+255=554 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.74% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EADFF is #815200. Grayscale: #A7A7A7. Windows color (decimal): -8475137 or 16756094. OLE color: 16756094.

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

Color convert

RGB 126 173 255 -
CMYK 0.51 0.32 0 0
HSL 218.14º 1% 0.75% -
HSV(B) 218.14º 0.51% 1% -
XYZ 41.6 41.54 100.43 -
YUV 168.3 176.93 97.83 -
System Red Green Blue C M Y K H S L
Decimal 126 173 255 0.51 0.32 0 0 218.14 1 0.75
Hex 7E AD FF 33 20 0 0 DA 64 4B
Octal 176 255 377 63 40 0 0 332 144 113
Binary 1111110 10101101 11111111 110011 100000 0 0 11011010 1100100 1001011

Color Harmonies of #7EADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EADFF

Black with #7EADFF

Text Example


Text Example

White with #7EADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,173,255); }

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

background-color css

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

 a { background-color: rgb(126,173,255); }

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

border-color css

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

 span { border-color: rgb(126,173,255); }

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