Html Css Color HEX #7EACFF Maya Blue

📋 copy color: '#7EACFF'

red 126 ◦ green 172 ◦ blue 255

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

Shades of Maya Blue #7EACFF

Tints of Maya Blue #7EACFF

RGB

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

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

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

R = 22.78%
G = 31.1%
B = 46.11%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7EACFF (or 0x7EACFF) is known color: Maya Blue. HEX triplet: 7E, AC and FF. RGB value is (126,172,255). Sum of RGB (Red+Green+Blue) = 126+172+255=553 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.78% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EACFF is #815300. Grayscale: #A7A7A7. Windows color (decimal): -8475393 or 16755838. OLE color: 16755838.

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

Color convert

RGB 126 172 255 -
CMYK 0.51 0.33 0 0
HSL 218.6º 1% 0.75% -
HSV(B) 218.6º 0.51% 1% -
XYZ 41.41 41.16 100.37 -
YUV 167.71 177.26 98.25 -
System Red Green Blue C M Y K H S L
Decimal 126 172 255 0.51 0.33 0 0 218.6 1 0.75
Hex 7E AC FF 33 21 0 0 DB 64 4B
Octal 176 254 377 63 41 0 0 333 144 113
Binary 1111110 10101100 11111111 110011 100001 0 0 11011011 1100100 1001011

Color Harmonies of #7EACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EACFF

Black with #7EACFF

Text Example


Text Example

White with #7EACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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