Html Css Color HEX #7EB8FE Maya Blue

📋 copy color: '#7EB8FE'

red 126 ◦ green 184 ◦ blue 254

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

Shades of Maya Blue #7EB8FE

Tints of Maya Blue #7EB8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.62%

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

R = 22.34%
G = 32.62%
B = 45.04%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7EB8FE (or 0x7EB8FE) is known color: Maya Blue. HEX triplet: 7E, B8 and FE. RGB value is (126,184,254). Sum of RGB (Red+Green+Blue) = 126+184+254=564 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.34% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EB8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EB8FE is #814701. Grayscale: #AEAEAE. Windows color (decimal): -8472322 or 16693374. OLE color: 16693374.

HSL color Cylindrical-coordinate representation of color #7EB8FE: hue angle of 212.81º 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 #7EB8FE is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 126 184 254 -
CMYK 0.50 0.28 0 0.00
HSL 212.81º 0.98% 0.75% -
HSV(B) 212.81º 0.5% 1% -
XYZ 43.63 45.87 100.32 -
YUV 174.64 172.78 93.31 -
System Red Green Blue C M Y K H S L
Decimal 126 184 254 0.50 0.28 0 0.00 212.81 0.98 0.75
Hex 7E B8 FE 32 1C 0 0 D5 62 4B
Octal 176 270 376 62 34 0 0 325 142 113
Binary 1111110 10111000 11111110 110010 11100 0 0 11010101 1100010 1001011

Color Harmonies of #7EB8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB8FE

Black with #7EB8FE

Text Example


Text Example

White with #7EB8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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