Html Css Color HEX #7EADFC Maya Blue

📋 copy color: '#7EADFC'

red 126 ◦ green 173 ◦ blue 252

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

Shades of Maya Blue #7EADFC

Tints of Maya Blue #7EADFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.74%

R = 22.87%
G = 31.4%
B = 45.74%

CMYK

 C value IS 0.5

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7EADFC (or 0x7EADFC) is known color: Maya Blue. HEX triplet: 7E, AD and FC. RGB value is (126,173,252). Sum of RGB (Red+Green+Blue) = 126+173+252=551 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.87% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EADFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EADFC is #815203. Grayscale: #A7A7A7. Windows color (decimal): -8475140 or 16559486. OLE color: 16559486.

HSL color Cylindrical-coordinate representation of color #7EADFC: hue angle of 217.62º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EADFC is Cyan = 0.5, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 173 252 -
CMYK 0.5 0.31 0 0.01
HSL 217.62º 0.95% 0.74% -
HSV(B) 217.62º 0.5% 0.99% -
XYZ 41.12 41.35 97.91 -
YUV 167.95 175.43 98.08 -
System Red Green Blue C M Y K H S L
Decimal 126 173 252 0.5 0.31 0 0.01 217.62 0.95 0.74
Hex 7E AD FC 32 1F 0 1 DA 5F 4A
Octal 176 255 374 62 37 0 1 332 137 112
Binary 1111110 10101101 11111100 110010 11111 0 1 11011010 1011111 1001010

Color Harmonies of #7EADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EADFC

Black with #7EADFC

Text Example


Text Example

White with #7EADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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