#7DBBEF

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

Shades of Maya Blue #7DBBEF

Tints of Maya Blue #7DBBEF

Color information

#7DBBEF (or 0x7DBBEF) is unknown color: approx Maya Blue. HEX triplet: 7D, BB and EF. RGB value is (125,187,239). Sum of RGB (Red+Green+Blue) = 125+187+239=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #7DBBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBBEF is #824410. Grayscale: #AEAEAE. Windows color (decimal): -8537105 or 15711101. OLE color: 15711101.

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

Color convert

RGB125187239-
CMYK0.480.2200.06
HSL207.37º78.08%71.37%-
HSV(B)207.37º47.7%93.73%-
XYZ41.8146.1388.36-
YUV174.39164.4692.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.69%
GREEN value IS 187 (73.44% from 255) = 33.94%
BLUE value IS 239 (93.75% from 255) = 43.38%
R=22.69%
G=33.94%
B=43.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1251872390.480.2200.06207.3778.0871.37
Hex7DBBEF301606cf4e47
Octal175273357602606317116107
Binary111110110111011111011111100001011001101100111110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,187,239); }

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

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

 a { background-color: rgb(125,187,239); }

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

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

 span { border-color: rgb(125,187,239); }

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