#7DAEFF

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

Shades of Maya Blue #7DAEFF

Tints of Maya Blue #7DAEFF

Color information

#7DAEFF (or 0x7DAEFF) is unknown color: approx Maya Blue. HEX triplet: 7D, AE and FF. RGB value is (125,174,255). Sum of RGB (Red+Green+Blue) = 125+174+255=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAEFF is #825100. Grayscale: #A8A8A8. Windows color (decimal): -8540417 or 16756349. OLE color: 16756349.

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

Color convert

RGB125174255-
CMYK0.510.3200
HSL217.38º100%74.51%-
HSV(B)217.38º50.98%100%-
XYZ41.6441.85100.49-
YUV168.58176.7796.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.56%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 255 (100% from 255) = 46.03%
R=22.56%
G=31.41%
B=46.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1251742550.510.3200217.3810074.51
Hex7DAEFF332000d9644b
Octal175256377634000331144113
Binary11111011010111011111111110011100000001101100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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