Html Css Color HEX #7EBDEA Maya Blue

📋 copy color: '#7EBDEA'

red 126 ◦ green 189 ◦ blue 234

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

Shades of Maya Blue #7EBDEA

Tints of Maya Blue #7EBDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.43%

 BLUE value IS 234 (91.8% from 255) = 42.62%

R = 22.95%
G = 34.43%
B = 42.62%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7EBDEA (or 0x7EBDEA) is known color: Maya Blue. HEX triplet: 7E, BD and EA. RGB value is (126,189,234). Sum of RGB (Red+Green+Blue) = 126+189+234=549 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.95% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #7EBDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBDEA is #814215. Grayscale: #AFAFAF. Windows color (decimal): -8471062 or 15383934. OLE color: 15383934.

HSL color Cylindrical-coordinate representation of color #7EBDEA: hue angle of 205º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EBDEA is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 189 234 -
CMYK 0.46 0.19 0 0.08
HSL 205º 0.72% 0.71% -
HSV(B) 205º 0.46% 0.92% -
XYZ 41.65 46.77 84.67 -
YUV 175.29 161.13 92.84 -
System Red Green Blue C M Y K H S L
Decimal 126 189 234 0.46 0.19 0 0.08 205 0.72 0.71
Hex 7E BD EA 2E 13 0 8 CD 48 47
Octal 176 275 352 56 23 0 10 315 110 107
Binary 1111110 10111101 11101010 101110 10011 0 1000 11001101 1001000 1000111

Color Harmonies of #7EBDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBDEA

Black with #7EBDEA

Text Example


Text Example

White with #7EBDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,189,234); }

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

background-color css

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

 a { background-color: rgb(126,189,234); }

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

border-color css

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

 span { border-color: rgb(126,189,234); }

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