#7DACFF

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

Shades of Maya Blue #7DACFF

Tints of Maya Blue #7DACFF

Color information

#7DACFF (or 0x7DACFF) is unknown color: approx Maya Blue. HEX triplet: 7D, AC and FF. RGB value is (125,172,255). Sum of RGB (Red+Green+Blue) = 125+172+255=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DACFF is #825300. Grayscale: #A7A7A7. Windows color (decimal): -8540929 or 16755837. OLE color: 16755837.

HSL color Cylindrical-coordinate representation of color #7DACFF: hue angle of 218.31º 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 #7DACFF is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB125172255-
CMYK0.510.3300
HSL218.31º100%74.51%-
HSV(B)218.31º50.98%100%-
XYZ41.2641.09100.36-
YUV167.41177.4397.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.64%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 255 (100% from 255) = 46.20%
R=22.64%
G=31.16%
B=46.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1251722550.510.3300218.3110074.51
Hex7DACFF332100da644b
Octal175254377634100332144113
Binary11111011010110011111111110011100001001101101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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