Html Css Color HEX #7EBBED Maya Blue

📋 copy color: '#7EBBED'

red 126 ◦ green 187 ◦ blue 237

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

Shades of Maya Blue #7EBBED

Tints of Maya Blue #7EBBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34%

 BLUE value IS 237 (92.97% from 255) = 43.09%

R = 22.91%
G = 34%
B = 43.09%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7EBBED (or 0x7EBBED) is known color: Maya Blue. HEX triplet: 7E, BB and ED. RGB value is (126,187,237). Sum of RGB (Red+Green+Blue) = 126+187+237=550 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.91% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #7EBBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBBED is #814412. Grayscale: #AEAEAE. Windows color (decimal): -8471571 or 15580030. OLE color: 15580030.

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

Color convert

RGB 126 187 237 -
CMYK 0.47 0.21 0 0.07
HSL 207.03º 0.76% 0.71% -
HSV(B) 207.03º 0.47% 0.93% -
XYZ 41.66 46.09 86.82 -
YUV 174.46 163.29 93.43 -
System Red Green Blue C M Y K H S L
Decimal 126 187 237 0.47 0.21 0 0.07 207.03 0.76 0.71
Hex 7E BB ED 2F 15 0 7 CF 4C 47
Octal 176 273 355 57 25 0 7 317 114 107
Binary 1111110 10111011 11101101 101111 10101 0 111 11001111 1001100 1000111

Color Harmonies of #7EBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBBED

Black with #7EBBED

Text Example


Text Example

White with #7EBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,187,237); }

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

background-color css

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

 a { background-color: rgb(126,187,237); }

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

border-color css

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

 span { border-color: rgb(126,187,237); }

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