#7DABFF

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

Shades of Maya Blue #7DABFF

Tints of Maya Blue #7DABFF

Color information

#7DABFF (or 0x7DABFF) is unknown color: approx Maya Blue. HEX triplet: 7D, AB and FF. RGB value is (125,171,255). Sum of RGB (Red+Green+Blue) = 125+171+255=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DABFF is #825400. Grayscale: #A6A6A6. Windows color (decimal): -8541185 or 16755581. OLE color: 16755581.

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

Color convert

RGB125171255-
CMYK0.510.3300
HSL218.77º100%74.51%-
HSV(B)218.77º50.98%100%-
XYZ41.0740.71100.3-
YUV166.82177.7698.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.69%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 255 (100% from 255) = 46.28%
R=22.69%
G=31.03%
B=46.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1251712550.510.3300218.7710074.51
Hex7DABFF332100db644b
Octal175253377634100333144113
Binary11111011010101111111111110011100001001101101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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