Html Css Color HEX #7EB0FF Maya Blue

📋 copy color: '#7EB0FF'

red 126 ◦ green 176 ◦ blue 255

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

Shades of Maya Blue #7EB0FF

Tints of Maya Blue #7EB0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.6%

 BLUE value IS 255 (100% from 255) = 45.78%

R = 22.62%
G = 31.6%
B = 45.78%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7EB0FF (or 0x7EB0FF) is known color: Maya Blue. HEX triplet: 7E, B0 and FF. RGB value is (126,176,255). Sum of RGB (Red+Green+Blue) = 126+176+255=557 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.62% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EB0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EB0FF is #814F00. Grayscale: #A9A9A9. Windows color (decimal): -8474369 or 16756862. OLE color: 16756862.

HSL color Cylindrical-coordinate representation of color #7EB0FF: hue angle of 216.74º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EB0FF is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 126 176 255 -
CMYK 0.51 0.31 0 0
HSL 216.74º 1% 0.75% -
HSV(B) 216.74º 0.51% 1% -
XYZ 42.18 42.71 100.63 -
YUV 170.06 175.94 96.58 -
System Red Green Blue C M Y K H S L
Decimal 126 176 255 0.51 0.31 0 0 216.74 1 0.75
Hex 7E B0 FF 33 1F 0 0 D9 64 4B
Octal 176 260 377 63 37 0 0 331 144 113
Binary 1111110 10110000 11111111 110011 11111 0 0 11011001 1100100 1001011

Color Harmonies of #7EB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB0FF

Black with #7EB0FF

Text Example


Text Example

White with #7EB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,176,255); }

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

background-color css

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

 a { background-color: rgb(126,176,255); }

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

border-color css

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

 span { border-color: rgb(126,176,255); }

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