Html Css Color HEX #7EAEFF Maya Blue

📋 copy color: '#7EAEFF'

red 126 ◦ green 174 ◦ blue 255

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

Shades of Maya Blue #7EAEFF

Tints of Maya Blue #7EAEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.35%

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

R = 22.7%
G = 31.35%
B = 45.95%

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

#7EAEFF (or 0x7EAEFF) is known color: Maya Blue. HEX triplet: 7E, AE and FF. RGB value is (126,174,255). Sum of RGB (Red+Green+Blue) = 126+174+255=555 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.70% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EAEFF is #815100. Grayscale: #A8A8A8. Windows color (decimal): -8474881 or 16756350. OLE color: 16756350.

HSL color Cylindrical-coordinate representation of color #7EAEFF: hue angle of 217.67º 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 #7EAEFF is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 126 174 255 -
CMYK 0.51 0.32 0 0
HSL 217.67º 1% 0.75% -
HSV(B) 217.67º 0.51% 1% -
XYZ 41.79 41.93 100.5 -
YUV 168.88 176.6 97.41 -
System Red Green Blue C M Y K H S L
Decimal 126 174 255 0.51 0.32 0 0 217.67 1 0.75
Hex 7E AE FF 33 20 0 0 DA 64 4B
Octal 176 256 377 63 40 0 0 332 144 113
Binary 1111110 10101110 11111111 110011 100000 0 0 11011010 1100100 1001011

Color Harmonies of #7EAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAEFF

Black with #7EAEFF

Text Example


Text Example

White with #7EAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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