#7DBAED

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

Shades of Maya Blue #7DBAED

Tints of Maya Blue #7DBAED

Color information

#7DBAED (or 0x7DBAED) is unknown color: approx Maya Blue. HEX triplet: 7D, BA and ED. RGB value is (125,186,237). Sum of RGB (Red+Green+Blue) = 125+186+237=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DBAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBAED is #824512. Grayscale: #ADADAD. Windows color (decimal): -8537363 or 15579773. OLE color: 15579773.

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

Color convert

RGB125186237-
CMYK0.470.2200.07
HSL207.32º75.68%70.98%-
HSV(B)207.32º47.26%92.94%-
XYZ41.345.5986.74-
YUV173.58163.7993.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.81%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 237 (92.97% from 255) = 43.25%
R=22.81%
G=33.94%
B=43.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251862370.470.2200.07207.3275.6870.98
Hex7DBAED2F1607cf4c47
Octal175272355572607317114107
Binary111110110111010111011011011111011001111100111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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