Html Css Color HEX #7EBDED Maya Blue

📋 copy color: '#7EBDED'

red 126 ◦ green 189 ◦ blue 237

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

Shades of Maya Blue #7EBDED

Tints of Maya Blue #7EBDED

RGB

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

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

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

R = 22.83%
G = 34.24%
B = 42.93%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7EBDED (or 0x7EBDED) is known color: Maya Blue. HEX triplet: 7E, BD and ED. RGB value is (126,189,237). Sum of RGB (Red+Green+Blue) = 126+189+237=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #7EBDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBDED is #814212. Grayscale: #AFAFAF. Windows color (decimal): -8471059 or 15580542. OLE color: 15580542.

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

Color convert

RGB 126 189 237 -
CMYK 0.47 0.20 0 0.07
HSL 205.95º 0.76% 0.71% -
HSV(B) 205.95º 0.47% 0.93% -
XYZ 42.09 46.95 86.96 -
YUV 175.64 162.63 92.6 -
System Red Green Blue C M Y K H S L
Decimal 126 189 237 0.47 0.20 0 0.07 205.95 0.76 0.71
Hex 7E BD ED 2F 14 0 7 CE 4C 47
Octal 176 275 355 57 24 0 7 316 114 107
Binary 1111110 10111101 11101101 101111 10100 0 111 11001110 1001100 1000111

Color Harmonies of #7EBDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBDED

Black with #7EBDED

Text Example


Text Example

White with #7EBDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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