Html Css Color HEX #7EBCF1 Maya Blue

📋 copy color: '#7EBCF1'

red 126 ◦ green 188 ◦ blue 241

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

Shades of Maya Blue #7EBCF1

Tints of Maya Blue #7EBCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.87%

 BLUE value IS 241 (94.53% from 255) = 43.42%

R = 22.7%
G = 33.87%
B = 43.42%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7EBCF1 (or 0x7EBCF1) is known color: Maya Blue. HEX triplet: 7E, BC and F1. RGB value is (126,188,241). Sum of RGB (Red+Green+Blue) = 126+188+241=555 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.70% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #7EBCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBCF1 is #81430E. Grayscale: #AFAFAF. Windows color (decimal): -8471311 or 15842430. OLE color: 15842430.

HSL color Cylindrical-coordinate representation of color #7EBCF1: hue angle of 207.65º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EBCF1 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 126 188 241 -
CMYK 0.48 0.22 0 0.05
HSL 207.65º 0.8% 0.72% -
HSV(B) 207.65º 0.48% 0.95% -
XYZ 42.46 46.75 90.01 -
YUV 175.5 164.96 92.69 -
System Red Green Blue C M Y K H S L
Decimal 126 188 241 0.48 0.22 0 0.05 207.65 0.8 0.72
Hex 7E BC F1 30 16 0 5 D0 50 48
Octal 176 274 361 60 26 0 5 320 120 110
Binary 1111110 10111100 11110001 110000 10110 0 101 11010000 1010000 1001000

Color Harmonies of #7EBCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBCF1

Black with #7EBCF1

Text Example


Text Example

White with #7EBCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,188,241); }

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

background-color css

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

 a { background-color: rgb(126,188,241); }

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

border-color css

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

 span { border-color: rgb(126,188,241); }

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