#7DB8EE

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

Shades of Maya Blue #7DB8EE

Tints of Maya Blue #7DB8EE

Color information

#7DB8EE (or 0x7DB8EE) is unknown color: approx Maya Blue. HEX triplet: 7D, B8 and EE. RGB value is (125,184,238). Sum of RGB (Red+Green+Blue) = 125+184+238=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DB8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB8EE is #824711. Grayscale: #ACACAC. Windows color (decimal): -8537874 or 15644797. OLE color: 15644797.

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

Color convert

RGB125184238-
CMYK0.470.2300.07
HSL208.67º76.87%71.18%-
HSV(B)208.67º47.48%93.33%-
XYZ41.0344.8187.38-
YUV172.52164.9594.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.85%
GREEN value IS 184 (72.27% from 255) = 33.64%
BLUE value IS 238 (93.36% from 255) = 43.51%
R=22.85%
G=33.64%
B=43.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251842380.470.2300.07208.6776.8771.18
Hex7DB8EE2F1707d14d47
Octal175270356572707321115107
Binary111110110111000111011101011111011101111101000110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,184,238); }

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

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

 a { background-color: rgb(125,184,238); }

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

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

 span { border-color: rgb(125,184,238); }

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