#7DAEFD

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

Shades of Maya Blue #7DAEFD

Tints of Maya Blue #7DAEFD

Color information

#7DAEFD (or 0x7DAEFD) is unknown color: approx Maya Blue. HEX triplet: 7D, AE and FD. RGB value is (125,174,253). Sum of RGB (Red+Green+Blue) = 125+174+253=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DAEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAEFD is #825102. Grayscale: #A7A7A7. Windows color (decimal): -8540419 or 16625277. OLE color: 16625277.

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

Color convert

RGB125174253-
CMYK0.510.3100.01
HSL217.03º96.97%74.12%-
HSV(B)217.03º50.59%99.22%-
XYZ41.3241.7298.8-
YUV168.36175.7797.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.64%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 253 (99.22% from 255) = 45.83%
R=22.64%
G=31.52%
B=45.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1251742530.510.3100.01217.0396.9774.12
Hex7DAEFD331F01d9614a
Octal175256375633701331141112
Binary1111101101011101111110111001111111011101100111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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