Html Css Color HEX #7EBAFC Maya Blue

📋 copy color: '#7EBAFC'

red 126 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #7EBAFC

Tints of Maya Blue #7EBAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.98%

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 22.34%
G = 32.98%
B = 44.68%

CMYK

 C value IS 0.5

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7EBAFC (or 0x7EBAFC) is known color: Maya Blue. HEX triplet: 7E, BA and FC. RGB value is (126,186,252). Sum of RGB (Red+Green+Blue) = 126+186+252=564 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.34% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EBAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBAFC is #814503. Grayscale: #AFAFAF. Windows color (decimal): -8471812 or 16562814. OLE color: 16562814.

HSL color Cylindrical-coordinate representation of color #7EBAFC: hue angle of 211.43º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EBAFC is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 186 252 -
CMYK 0.5 0.26 0 0.01
HSL 211.43º 0.95% 0.74% -
HSV(B) 211.43º 0.5% 0.99% -
XYZ 43.73 46.58 98.78 -
YUV 175.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 126 186 252 0.5 0.26 0 0.01 211.43 0.95 0.74
Hex 7E BA FC 32 1A 0 1 D3 5F 4A
Octal 176 272 374 62 32 0 1 323 137 112
Binary 1111110 10111010 11111100 110010 11010 0 1 11010011 1011111 1001010

Color Harmonies of #7EBAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBAFC

Black with #7EBAFC

Text Example


Text Example

White with #7EBAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,186,252); }

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

background-color css

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

 a { background-color: rgb(126,186,252); }

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

border-color css

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

 span { border-color: rgb(126,186,252); }

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