#7DBCEB

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

Shades of Maya Blue #7DBCEB

Tints of Maya Blue #7DBCEB

Color information

#7DBCEB (or 0x7DBCEB) is unknown color: approx Maya Blue. HEX triplet: 7D, BC and EB. RGB value is (125,188,235). Sum of RGB (Red+Green+Blue) = 125+188+235=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DBCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBCEB is #824314. Grayscale: #AEAEAE. Windows color (decimal): -8536853 or 15449213. OLE color: 15449213.

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

Color convert

RGB125188235-
CMYK0.470.200.08
HSL205.64º73.33%70.59%-
HSV(B)205.64º46.81%92.16%-
XYZ41.4446.3285.35-
YUV174.52162.1392.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.81%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=22.81%
G=34.31%
B=42.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251882350.470.200.08205.6473.3370.59
Hex7DBCEB2F1408ce4947
Octal1752743535724010316111107
Binary1111101101111001110101110111110100010001100111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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