#7DC5FA

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

Shades of Maya Blue #7DC5FA

Tints of Maya Blue #7DC5FA

Color information

#7DC5FA (or 0x7DC5FA) is unknown color: approx Maya Blue. HEX triplet: 7D, C5 and FA. RGB value is (125,197,250). Sum of RGB (Red+Green+Blue) = 125+197+250=572 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.85% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DC5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC5FA is #823A05. Grayscale: #B5B5B5. Windows color (decimal): -8534534 or 16434557. OLE color: 16434557.

HSL color Cylindrical-coordinate representation of color #7DC5FA: hue angle of 205.44º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DC5FA is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125197250-
CMYK0.500.2100.02
HSL205.44º92.59%73.53%-
HSV(B)205.44º50%98.04%-
XYZ45.6851.1997.92-
YUV181.51166.6587.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.85%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=21.85%
G=34.44%
B=43.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1251972500.500.2100.02205.4492.5973.53
Hex7DC5FA321502cd5d4a
Octal175305372622502315135112
Binary11111011100010111111010110010101010101100110110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,197,250); }

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

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

 a { background-color: rgb(125,197,250); }

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

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

 span { border-color: rgb(125,197,250); }

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