#7DBEEF

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

Shades of Maya Blue #7DBEEF

Tints of Maya Blue #7DBEEF

Color information

#7DBEEF (or 0x7DBEEF) is unknown color: approx Maya Blue. HEX triplet: 7D, BE and EF. RGB value is (125,190,239). Sum of RGB (Red+Green+Blue) = 125+190+239=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #7DBEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBEEF is #824110. Grayscale: #AFAFAF. Windows color (decimal): -8536337 or 15711869. OLE color: 15711869.

HSL color Cylindrical-coordinate representation of color #7DBEEF: hue angle of 205.79º 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 #7DBEEF is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB125190239-
CMYK0.480.2100.06
HSL205.79º78.08%71.37%-
HSV(B)205.79º47.7%93.73%-
XYZ42.4547.4288.58-
YUV176.15163.4791.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.56%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 239 (93.75% from 255) = 43.14%
R=22.56%
G=34.30%
B=43.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1251902390.480.2100.06205.7978.0871.37
Hex7DBEEF301506ce4e47
Octal175276357602506316116107
Binary111110110111110111011111100001010101101100111010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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