Html Css Color HEX #7EBEEC Maya Blue

📋 copy color: '#7EBEEC'

red 126 ◦ green 190 ◦ blue 236

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

Shades of Maya Blue #7EBEEC

Tints of Maya Blue #7EBEEC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.42%

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 22.83%
G = 34.42%
B = 42.75%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7EBEEC (or 0x7EBEEC) is known color: Maya Blue. HEX triplet: 7E, BE and EC. RGB value is (126,190,236). Sum of RGB (Red+Green+Blue) = 126+190+236=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #7EBEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBEEC is #814113. Grayscale: #AFAFAF. Windows color (decimal): -8470804 or 15515262. OLE color: 15515262.

HSL color Cylindrical-coordinate representation of color #7EBEEC: hue angle of 205.09º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EBEEC is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 190 236 -
CMYK 0.47 0.19 0 0.07
HSL 205.09º 0.74% 0.71% -
HSV(B) 205.09º 0.47% 0.93% -
XYZ 42.16 47.32 86.27 -
YUV 176.11 161.8 92.26 -
System Red Green Blue C M Y K H S L
Decimal 126 190 236 0.47 0.19 0 0.07 205.09 0.74 0.71
Hex 7E BE EC 2F 13 0 7 CD 4A 47
Octal 176 276 354 57 23 0 7 315 112 107
Binary 1111110 10111110 11101100 101111 10011 0 111 11001101 1001010 1000111

Color Harmonies of #7EBEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBEEC

Black with #7EBEEC

Text Example


Text Example

White with #7EBEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,190,236); }

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

background-color css

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

 a { background-color: rgb(126,190,236); }

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

border-color css

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

 span { border-color: rgb(126,190,236); }

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