#7EBCEF

Color #7EBCEF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #7EBCEF

Tints of Maya Blue #7EBCEF

Color information

#7EBCEF (or 0x7EBCEF) is unknown color: approx Maya Blue. HEX triplet: 7E, BC and EF. RGB value is (126,188,239). Sum of RGB (Red+Green+Blue) = 126+188+239=553 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.78% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #7EBCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBCEF is #814310. Grayscale: #AFAFAF. Windows color (decimal): -8471313 or 15711358. OLE color: 15711358.

HSL color Cylindrical-coordinate representation of color #7EBCEF: hue angle of 207.08º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EBCEF is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB126188239-
CMYK0.470.2100.06
HSL207.08º77.93%71.57%-
HSV(B)207.08º47.28%93.73%-
XYZ42.1746.6388.44-
YUV175.28163.9692.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.78%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 239 (93.75% from 255) = 43.22%
R=22.78%
G=34.00%
B=43.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1261882390.470.2100.06207.0877.9371.57
Hex7EBCEF2F1506cf4e48
Octal176274357572506317116110
Binary111111010111100111011111011111010101101100111110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EBCEF;
 }
 .AnyTagClassName
 {
   color: #7EBCEF;
 }
</style>
background-color css

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

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

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

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

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

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