#7DBAEB

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

Shades of Maya Blue #7DBAEB

Tints of Maya Blue #7DBAEB

Color information

#7DBAEB (or 0x7DBAEB) is unknown color: approx Maya Blue. HEX triplet: 7D, BA and EB. RGB value is (125,186,235). Sum of RGB (Red+Green+Blue) = 125+186+235=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DBAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBAEB is #824514. Grayscale: #ADADAD. Windows color (decimal): -8537365 or 15448701. OLE color: 15448701.

HSL color Cylindrical-coordinate representation of color #7DBAEB: hue angle of 206.73º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DBAEB is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125186235-
CMYK0.470.2100.08
HSL206.73º73.33%70.59%-
HSV(B)206.73º46.81%92.16%-
XYZ41.0145.4885.21-
YUV173.35162.7993.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.89%
GREEN value IS 186 (73.05% from 255) = 34.07%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=22.89%
G=34.07%
B=43.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251862350.470.2100.08206.7373.3370.59
Hex7DBAEB2F1508cf4947
Octal1752723535725010317111107
Binary1111101101110101110101110111110101010001100111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,186,235); }

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

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

 a { background-color: rgb(125,186,235); }

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

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

 span { border-color: rgb(125,186,235); }

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