Html Css Color HEX #7EBFEC Maya Blue

📋 copy color: '#7EBFEC'

red 126 ◦ green 191 ◦ blue 236

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

Shades of Maya Blue #7EBFEC

Tints of Maya Blue #7EBFEC

RGB

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

 GREEN value IS 191 (75% from 255) = 34.54%

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

R = 22.78%
G = 34.54%
B = 42.68%

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

#7EBFEC (or 0x7EBFEC) is known color: Maya Blue. HEX triplet: 7E, BF and EC. RGB value is (126,191,236). Sum of RGB (Red+Green+Blue) = 126+191+236=553 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.78% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #7EBFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBFEC is #814013. Grayscale: #B0B0B0. Windows color (decimal): -8470548 or 15515518. OLE color: 15515518.

HSL color Cylindrical-coordinate representation of color #7EBFEC: hue angle of 204.55º 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 #7EBFEC is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 191 236 -
CMYK 0.47 0.19 0 0.07
HSL 204.55º 0.74% 0.71% -
HSV(B) 204.55º 0.47% 0.93% -
XYZ 42.38 47.75 86.34 -
YUV 176.7 161.47 91.84 -
System Red Green Blue C M Y K H S L
Decimal 126 191 236 0.47 0.19 0 0.07 204.55 0.74 0.71
Hex 7E BF EC 2F 13 0 7 CD 4A 47
Octal 176 277 354 57 23 0 7 315 112 107
Binary 1111110 10111111 11101100 101111 10011 0 111 11001101 1001010 1000111

Color Harmonies of #7EBFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBFEC

Black with #7EBFEC

Text Example


Text Example

White with #7EBFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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