#7DADFF

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

Shades of Maya Blue #7DADFF

Tints of Maya Blue #7DADFF

Color information

#7DADFF (or 0x7DADFF) is unknown color: approx Maya Blue. HEX triplet: 7D, AD and FF. RGB value is (125,173,255). Sum of RGB (Red+Green+Blue) = 125+173+255=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DADFF is #825200. Grayscale: #A7A7A7. Windows color (decimal): -8540673 or 16756093. OLE color: 16756093.

HSL color Cylindrical-coordinate representation of color #7DADFF: hue angle of 217.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DADFF is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB125173255-
CMYK0.510.3200
HSL217.85º100%74.51%-
HSV(B)217.85º50.98%100%-
XYZ41.4541.47100.43-
YUV168177.197.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.60%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 255 (100% from 255) = 46.11%
R=22.60%
G=31.28%
B=46.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1251732550.510.3200217.8510074.51
Hex7DADFF332000da644b
Octal175255377634000332144113
Binary11111011010110111111111110011100000001101101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,173,255); }

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

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

 a { background-color: rgb(125,173,255); }

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

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

 span { border-color: rgb(125,173,255); }

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