#7DADFD

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

Shades of Maya Blue #7DADFD

Tints of Maya Blue #7DADFD

Color information

#7DADFD (or 0x7DADFD) is unknown color: approx Maya Blue. HEX triplet: 7D, AD and FD. RGB value is (125,173,253). Sum of RGB (Red+Green+Blue) = 125+173+253=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DADFD is #825202. Grayscale: #A7A7A7. Windows color (decimal): -8540675 or 16625021. OLE color: 16625021.

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

Color convert

RGB125173253-
CMYK0.510.3200.01
HSL217.5º96.97%74.12%-
HSV(B)217.5º50.59%99.22%-
XYZ41.1341.3498.74-
YUV167.77176.197.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.69%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=22.69%
G=31.40%
B=45.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1251732530.510.3200.01217.596.9774.12
Hex7DADFD332001da614a
Octal175255375634001332141112
Binary11111011010110111111101110011100000011101101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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